ProjectNode.Caption Property

Gets the caption (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 ProjectNode
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 file name if there is one, otherwise the build project name or include file name.

Permissions

See Also

Reference

ProjectNode Class

ProjectNode Members

Microsoft.VisualStudio.Package Namespace