Proprietà VCCodeReference.EndPointOf
Non implementato attualmente.
Spazio dei nomi: Microsoft.VisualStudio.VCCodeModel
Assembly: Microsoft.VisualStudio.VCCodeModel (in Microsoft.VisualStudio.VCCodeModel.dll)
Sintassi
'Dichiarazione
ReadOnly Property EndPointOf ( _
Part As vsCMPart, _
Where As vsCMWhere _
) As TextPoint
TextPoint this[
vsCMPart Part,
vsCMWhere Where
] { get; }
property TextPoint^ EndPointOf[[InAttribute] vsCMPart Part, [InAttribute] vsCMWhere Where] {
TextPoint^ get ([InAttribute] vsCMPart Part, [InAttribute] vsCMWhere Where);
}
abstract EndPointOf :
Part:vsCMPart *
Where:vsCMWhere -> TextPoint with get
JScript non supporta le proprietà indicizzate.
Parametri
- Part
Tipo: EnvDTE.vsCMPart
obbligatorio.In vsCMPart stimare specificare quale parte della definizione o la dichiarazione da utilizzare (blocco di attributi, corpo, e così via).
- Where
Tipo: Microsoft.VisualStudio.VCCodeModel.vsCMWhere
In vsCMWhere valore che specifica se TextPoint l'oggetto rappresenta la definizione o la dichiarazione.
Valore proprietà
Tipo: EnvDTE.TextPoint
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.