VCCodeReference.GetStartPoint, méthode
Actuellement non implémenté.
Espace de noms : Microsoft.VisualStudio.VCCodeModel
Assembly : Microsoft.VisualStudio.VCCodeModel (dans Microsoft.VisualStudio.VCCodeModel.dll)
Syntaxe
'Déclaration
Function GetStartPoint ( _
Part As vsCMPart _
) As TextPoint
TextPoint GetStartPoint(
vsCMPart Part
)
TextPoint^ GetStartPoint(
[InAttribute] vsCMPart Part
)
abstract GetStartPoint :
Part:vsCMPart -> TextPoint
function GetStartPoint(
Part : vsCMPart
) : TextPoint
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.).
Valeur de retour
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.