NodeProperties.GetComponentName Method

Gets the name of the associated hierarchy node.

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

Syntax

'宣言
Public Overrides Function GetComponentName As String
'使用
Dim instance As NodeProperties
Dim returnValue As String

returnValue = instance.GetComponentName()
public override string GetComponentName()
public:
virtual String^ GetComponentName() override
public override function GetComponentName() : String

Return Value

Type: System.String

The display name of the associated hierarchy node. If it is a null reference (Nothing in Visual Basic) or empty the call is delegated to the base LocalizableProperties object.

Implements

ICustomTypeDescriptor.GetComponentName()

Permissions

See Also

Reference

NodeProperties Class

NodeProperties Members

Microsoft.VisualStudio.Package Namespace