IComNativeDescriptorHandler.GetName(Object) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得指定元件的名稱。
public:
System::String ^ GetName(System::Object ^ component);
public string GetName (object component);
abstract member GetName : obj -> string
Public Function GetName (component As Object) As String
參數
- component
- Object
要取得其名稱的元件。
傳回
component
的名稱。
備註
注意
此 API 現已淘汰。 非過時的替代方式是 ComObjectType。