Propriedade VCCodeUsingAlias.StartPointOf
Obtém o ponto inicial do objeto.
Namespace: Microsoft.VisualStudio.VCCodeModel
Assembly: Microsoft.VisualStudio.VCCodeModel (em Microsoft.VisualStudio.VCCodeModel.dll)
Sintaxe
'Declaração
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 não oferece suporte a propriedades indexadas.
Parâmetros
Part
Tipo: vsCMPartObrigatório. Um valor de vsCMPart que especifica qual parte da definição ou da declaração para usar atributos (bloco, body, e assim por diante).
Where
Tipo: Microsoft.VisualStudio.VCCodeModel.vsCMWhereOpcional. Um valor de vsCMWhere que especifica se o objeto de TextPoint é a definição ou a declaração.
Valor de propriedade
Tipo: TextPoint
Um objeto TextPoint.
Segurança do .NET Framework
- Confiança total para o chamador imediato. O membro não pode ser usado por código parcialmente confiável. Para obter mais informações, consulte Usando bibliotecas de código parcialmente confiável.