Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
- 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.