FileNode.Caption Property

Gets the caption of the file node. The caption is the UI display value of the file name.

Namespace:  Microsoft.VisualStudio.Package
Assembly:  MPF.Project.NonShipping (in MPF.Project.NonShipping.dll)

Syntax

'宣言
<BrowsableAttribute(False)> _
Public Overrides ReadOnly Property Caption As String
'使用
Dim instance As FileNode
Dim value As String

value = instance.Caption
[BrowsableAttribute(false)]
public override string Caption { get; }
[BrowsableAttribute(false)]
public:
virtual property String^ Caption {
    String^ get () override;
}
public override function get Caption () : String

Property Value

Type: System.String

The caption of the file node.

Permissions

See Also

Reference

FileNode Class

FileNode Members

Microsoft.VisualStudio.Package Namespace