Share via


NodeProperties.GetComponentName Method

Override. 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
abstract GetComponentName : unit -> string 
override GetComponentName : unit -> 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