Reference.Extender[String] Özellik
Tanım
Önemli
Bazı bilgiler ürünün ön sürümüyle ilgilidir ve sürüm öncesinde önemli değişiklikler yapılmış olabilir. Burada verilen bilgilerle ilgili olarak Microsoft açık veya zımni hiçbir garanti vermez.
Bu nesne için kullanılabilir durumdaysa istenen Genişletici nesnesini alır.
public:
property System::Object ^ Extender[System::String ^] { System::Object ^ get(System::String ^ ExtenderName); };
[System.Runtime.InteropServices.DispId(18)]
public object Extender[string ExtenderName] { [System.Runtime.InteropServices.DispId(18)] [System.Runtime.InteropServices.TypeLibFunc(1088)] get; }
[<System.Runtime.InteropServices.DispId(18)>]
[<get: System.Runtime.InteropServices.DispId(18)>]
[<get: System.Runtime.InteropServices.TypeLibFunc(1088)>]
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
Bu özellik Nothing veya null döndürüyor, hiçbir genişletici nesnesi yok.
- Öznitelikler
Örnekler
Sub ExtenderExample()
' You should have built and installed the Solution Extender
' sample in the Visual Studio Automation Samples directory for
' this to work correctly.
Dim extender As Object
extender = DTE.Solution.Extender("SolutionMisc")
MsgBox(extender.Notes)
End Sub
Açıklamalar
Genişletici 'in elde edilmesi için kullanılan CATıD nesnenin özelliği tarafından verilir ExtenderCATID .