LocalizableProperties.GetClassName Method

Returns the class name of this object.

Namespace:  Microsoft.VisualStudio.Shell
Assembly:  Microsoft.VisualStudio.Shell.10.0 (in Microsoft.VisualStudio.Shell.10.0.dll)

Syntax

'Declaration
Public Overridable Function GetClassName As String
public virtual string GetClassName()
public:
virtual String^ GetClassName()
abstract GetClassName : unit -> string 
override GetClassName : unit -> string 
public function GetClassName() : String

Return Value

Type: System.String
A string containing the class name.

Implements

ICustomTypeDescriptor.GetClassName()

.NET Framework Security

See Also

Reference

LocalizableProperties Class

Microsoft.VisualStudio.Shell Namespace