ReferenceNode.Caption Property

Gets the caption (the display name) of the 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 ReferenceNode
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

By default returns an empty string. Implementations should return the name of the associated document.

Permissions

See Also

Reference

ReferenceNode Class

ReferenceNode Members

Microsoft.VisualStudio.Package Namespace