Proprietà VCCodeReference.Extender
Non implementato attualmente.
Spazio dei nomi: Microsoft.VisualStudio.VCCodeModel
Assembly: Microsoft.VisualStudio.VCCodeModel (in Microsoft.VisualStudio.VCCodeModel.dll)
Sintassi
'Dichiarazione
ReadOnly Property Extender ( _
ExtenderName As String _
) As Object
Object this[
string ExtenderName
] { get; }
property Object^ Extender[String^ ExtenderName] {
Object^ get (String^ ExtenderName);
}
abstract Extender :
ExtenderName:string -> Object with get
JScript non supporta le proprietà indicizzate.
Parametri
- ExtenderName
Tipo: System.String
obbligatorio.Il nome dell'estensione da restituire.
Valore proprietà
Tipo: System.Object
Sicurezza di .NET Framework
- Attendibilità totale per il chiamante immediato. Impossibile utilizzare questo membro in codice parzialmente attendibile. Per ulteriori informazioni, vedere Utilizzo di librerie da codice parzialmente attendibile.