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 name of this object.
Namespace: Microsoft.VisualStudio.Shell
Assembly: Microsoft.VisualStudio.Shell (in Microsoft.VisualStudio.Shell.dll)
Syntax
'Declaration
Public Overridable Function GetClassName As String
'Usage
Dim instance As LocalizableProperties
Dim returnValue As String
returnValue = instance.GetClassName()
public virtual string GetClassName()
public:
virtual String^ GetClassName()
public function GetClassName() : String
Return Value
Type: System.String
A string containing the class name.
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.