Поделиться через


BaseNodeProperties.GetClassName Method

Gets the class of the component to display in the properties window.

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

Syntax

'Декларация
Public Function GetClassName As String
public string GetClassName()
public:
virtual String^ GetClassName() sealed
abstract GetClassName : unit -> string 
override GetClassName : unit -> string 
public final function GetClassName() : String

Return Value

Type: System.String
The class of the component to display in the properties window.

Implements

ICustomTypeDescriptor.GetClassName()

.NET Framework Security

See Also

Reference

BaseNodeProperties Class

Microsoft.TeamFoundation.Common Namespace