TypeDescriptionProvider.GetFullComponentName(Object) 方法
定义
获取指定的组件的名称,如果指定的组件没有名称,则为 null。Gets the name of the specified component, or null if the component has no name.
public:
virtual System::String ^ GetFullComponentName(System::Object ^ component);
public virtual string GetFullComponentName (object component);
abstract member GetFullComponentName : obj -> string
override this.GetFullComponentName : obj -> string
Public Overridable Function GetFullComponentName (component As Object) As String
参数
- component
- Object
指定的组件。The specified component.
返回
指定组件的名称。The name of the specified component.
例外
component 为 null。component is null.