Share via


BaseNodeProperties.GetComponentName Method

Returns the name of the component to be displayed in the property window drop down control.

Namespace:  Microsoft.TeamFoundation.Common
Assembly:  Microsoft.VisualStudio.TeamFoundation.Client (in Microsoft.VisualStudio.TeamFoundation.Client.dll)

Syntax

'Declaration
Public Function GetComponentName As String
'Usage
Dim instance As BaseNodeProperties 
Dim returnValue As String 

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

Return Value

Type: System.String

Implements

ICustomTypeDescriptor.GetComponentName()

.NET Framework Security

See Also

Reference

BaseNodeProperties Class

BaseNodeProperties Members

Microsoft.TeamFoundation.Common Namespace