Share via


NodeProperties.GetComponentName Method

Gets the name of the associated hierarchy node.

Namespace:  Microsoft.VisualStudio.Data.Schema.Project.Project.MPF
Assembly:  Microsoft.VisualStudio.Data.Schema.Project (in Microsoft.VisualStudio.Data.Schema.Project.dll)

Syntax

'Declaration
Public Overrides Function GetComponentName As String
'Usage
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

Implements

ICustomTypeDescriptor.GetComponentName()

.NET Framework Security

See Also

Reference

NodeProperties Class

NodeProperties Members

Microsoft.VisualStudio.Data.Schema.Project.Project.MPF Namespace