Configuration.Extender[String] Özellik

Tanım

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

public:
 property System::Object ^ Extender[System::String ^] { System::Object ^ get(System::String ^ ExtenderName); };
[System.Runtime.InteropServices.DispId(12)]
public object Extender[string ExtenderName] { [System.Runtime.InteropServices.DispId(12)] [System.Runtime.InteropServices.TypeLibFunc(1024)] get; }
[<System.Runtime.InteropServices.DispId(12)>]
[<get: System.Runtime.InteropServices.DispId(12)>]
[<get: System.Runtime.InteropServices.TypeLibFunc(1024)>]
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.

Öznitelikler

Açıklamalar

Bu özellik null , kullanılabilir bir genişletici yoksa 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