Compartilhar via


Propriedade Reference.Extender

Obtém o objeto solicitado do extensor se ele está disponível para este objeto.

Namespace:  VSLangProj
Assembly:  VSLangProj (em VSLangProj.dll)

Sintaxe

'Declaração
ReadOnly Property Extender ( _
    ExtenderName As String _
) As Object
    Get
Object this[
    string ExtenderName
] { get; }
property Object^ Extender[[InAttribute] String^ ExtenderName] {
    Object^ get ([InAttribute] String^ ExtenderName);
}
abstract Extender : Object
O JScript não oferece suporte a propriedades indexadas.

Parâmetros

  • ExtenderName
    Tipo: System.String
    Required.O nome do extensor para retornar.

Valor de propriedade

Tipo: System.Object
Essa propriedade retornará Nothing ou nulluma referência nula (Nothing no Visual Basic) Nenhum objeto extensor está disponível.

Comentários

O CATID usado para obter o extensor é fornecido pelo objeto de ExtenderCATID propriedade.

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

Segurança do .NET Framework

Consulte também

Referência

Reference Interface

Namespace VSLangProj

Outros recursos

A implementação e uso de extensores de automação