VCCodeReference.EndPointOf, propriété
Actuellement non implémenté.
Espace de noms : Microsoft.VisualStudio.VCCodeModel
Assembly : Microsoft.VisualStudio.VCCodeModel (dans Microsoft.VisualStudio.VCCodeModel.dll)
Syntaxe
'Déclaration
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 ne prend pas en charge les propriétés indexées.
Paramètres
- Part
Type : EnvDTE.vsCMPart
Obligatoire.Valeur vsCMPart indiquant quelle partie de la définition ou de la déclaration doit être utilisée (blocs d'attributs, corps etc.).
- Where
Type : Microsoft.VisualStudio.VCCodeModel.vsCMWhere
Valeur vsCMWhere indiquant si l'objet TextPoint est la définition ou la déclaration.
Valeur de propriété
Type : EnvDTE.TextPoint
Sécurité .NET Framework
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, consultez Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.