ReferenceContainerNode.Caption Property

Gets the caption (the display name) of this 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 ReferenceContainerNode
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 localized name corresponding to ReferencesNodeName.

Permissions

See Also

Reference

ReferenceContainerNode Class

ReferenceContainerNode Members

Microsoft.VisualStudio.Package Namespace