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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.