Retrieves the name of the class for the current browse object.
Namespace:  Microsoft.VisualStudio.Data.Framework
Assembly:  Microsoft.VisualStudio.Data.Framework (in Microsoft.VisualStudio.Data.Framework.dll)
Syntax
声明
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
Returns the name of the class for the current browse object, or an empty string if no class name can be found.
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.