TypeDescriptionProvider.GetFullComponentName(Object) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取指定的组件的名称,如果指定的组件没有名称,则为 null
。
public:
virtual System::String ^ GetFullComponentName(System::Object ^ component);
public virtual string GetFullComponentName (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
指定的组件。
返回
指定组件的名称。
例外
component
为 null
。