VCCodeBase.Extender[String] Özellik

Tanım

Bu nesne için varsa, istenen genişletici nesnesini döndürür.

public:
 property System::Object ^ Extender[System::String ^] { System::Object ^ get(System::String ^ ExtenderName); };
[System.Runtime.InteropServices.DispId(13)]
public object Extender[string ExtenderName] { [System.Runtime.InteropServices.DispId(13)] [System.Runtime.InteropServices.TypeLibFunc(System.Runtime.InteropServices.TypeLibFuncFlags.FNonBrowsable)] get; }
[<System.Runtime.InteropServices.DispId(13)>]
[<get: System.Runtime.InteropServices.DispId(13)>]
[<get: System.Runtime.InteropServices.TypeLibFunc(System.Runtime.InteropServices.TypeLibFuncFlags.FNonBrowsable)>]
member this.Extender(string) : obj
Public ReadOnly Property Extender(ExtenderName As String) As Object

Parametreler

ExtenderName
String

Gereklidir. Döndürülecek Genişletici adı.

Özellik Değeri

Object

Bir genişletici nesnesi.

Öznitelikler

Açıklamalar

Bu özellik Nothing null , kullanılabilir bir genişletici nesnesi yoksa veya döndürür.

Genişletici 'in elde edilmesi için kullanılan CATıD nesnenin özelliği tarafından verilir ExtenderCATID .

Şunlara uygulanır