MemberDescriptor.GetSite(Object) メソッド

定義

指定されたコンポーネントのコンポーネント サイトを取得します。

protected:
 static System::ComponentModel::ISite ^ GetSite(System::Object ^ component);
protected static System.ComponentModel.ISite GetSite(object component);
static member GetSite : obj -> System.ComponentModel.ISite
Protected Shared Function GetSite (component As Object) As ISite

パラメーター

component
Object

サイトを検索するコンポーネント。

返品

コンポーネントのサイト。サイトが存在しない場合は null

適用対象