Share via


BaseNodeProperties.GetClassName Method

Returns the class 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 GetClassName As String
'Usage
Dim instance As BaseNodeProperties 
Dim returnValue As String 

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

Return Value

Type: System.String

Implements

ICustomTypeDescriptor.GetClassName()

.NET Framework Security

See Also

Reference

BaseNodeProperties Class

BaseNodeProperties Members

Microsoft.TeamFoundation.Common Namespace