Aracılığıyla paylaş


MemberDescriptor.GetSite(Object) Yöntem

Tanım

Verilen bileşen için bir bileşen sitesi alır.

protected:
 static System::ComponentModel::ISite ^ GetSite(System::Object ^ component);
protected static System.ComponentModel.ISite GetSite (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

Parametreler

component
Object

Siteyi bulmak istediğiniz bileşen.

Döndürülenler

Bileşenin sitesi veya null bir site yoksa.

Şunlara uygulanır