HierarchyNode.Caption Property

Gets the caption of the hierarchy node.

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

Syntax

'宣言
Public MustOverride ReadOnly Property Caption As String
'使用
Dim instance As HierarchyNode
Dim value As String

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

Property Value

Type: System.String

When implemented by derived classes, the caption, or display value, of the node.

Remarks

By default, this method does nothing.

Permissions

See Also

Reference

HierarchyNode Class

HierarchyNode Members

Microsoft.VisualStudio.Package Namespace