DataViewBrowseObject.GetComponentName 方法

检索当前的组件名浏览对象。

命名空间:  Microsoft.VisualStudio.Data.Framework
程序集:  Microsoft.VisualStudio.Data.Framework(在 Microsoft.VisualStudio.Data.Framework.dll 中)

语法

声明
Public Overridable Function GetComponentName As String
public virtual string GetComponentName()
public:
virtual String^ GetComponentName()
abstract GetComponentName : unit -> string  
override GetComponentName : unit -> string
public function GetComponentName() : String

返回值

类型:String
组件名,如果找不到,返回当前浏览的组件命名对象或空字符串。

实现

ICustomTypeDescriptor.GetComponentName

.NET Framework 安全性

请参阅

参考

DataViewBrowseObject 类

Microsoft.VisualStudio.Data.Framework 命名空间