Reference.Extender[String] Propriedade

Definição

Obtém o objeto Extender solicitado caso esteja disponível para este objeto.

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

Parâmetros

ExtenderName
String

Obrigatórios. O nome do extensor a ser retornado.

Valor da propriedade

Object

Essa propriedade não retorna nada ou NULL não é um objeto de extensor disponível.

Atributos

Exemplos

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  

Comentários

O CATID usado para obter o extensor é fornecido pela propriedade do objeto ExtenderCATID .

Aplica-se a