IComNativeDescriptorHandler.GetName(Object) メソッド

定義

指定したコンポーネントの名前を取得します。

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の名前。

注釈

Note

この API は廃止されました。 廃止されていない代替手段は ComObjectType

適用対象