DataViewBrowseObject.GetClassName Method

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
'使用
Dim instance As DataViewBrowseObject
Dim returnValue As String

returnValue = instance.GetClassName()
public virtual string GetClassName()
public:
virtual String^ GetClassName()
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()

Permissions

See Also

Reference

DataViewBrowseObject Class

DataViewBrowseObject Members

Microsoft.VisualStudio.Data.Framework Namespace