VCCodeUsingAlias.StartPointOf, propriété
Obtient le point de départ de l'objet.
Espace de noms : Microsoft.VisualStudio.VCCodeModel
Assembly : Microsoft.VisualStudio.VCCodeModel (dans Microsoft.VisualStudio.VCCodeModel.dll)
Syntaxe
'Déclaration
ReadOnly Property StartPointOf ( _
Part As vsCMPart, _
Where As vsCMWhere _
) As TextPoint
TextPoint this[
vsCMPart Part,
vsCMWhere Where
] { get; }
property TextPoint^ StartPointOf[[InAttribute] vsCMPart Part, [InAttribute] vsCMWhere Where] {
TextPoint^ get ([InAttribute] vsCMPart Part, [InAttribute] vsCMWhere Where);
}
abstract StartPointOf :
Part:vsCMPart *
Where:vsCMWhere -> TextPoint with get
JScript ne prend pas en charge les propriétés indexées.
Paramètres
Part
Type : vsCMPartRequis. 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.vsCMWhereOptionnel. Valeur vsCMWhere indiquant si l'objet TextPoint est la définition ou la déclaration.
Valeur de propriété
Type : TextPoint
Objet 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, voir Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.