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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.