FolderNode.Caption Property

Gets the caption (the display name) of the folder node.

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

Syntax

'宣言
Public Overrides ReadOnly Property Caption As String
'使用
Dim instance As FolderNode
Dim value As String

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

Property Value

Type: System.String

The display name of the folder node.

Permissions

See Also

Reference

FolderNode Class

FolderNode Members

Microsoft.VisualStudio.Package Namespace