VCCodeReference.EndPointOf (Propiedad)
No implementado actualmente.
Espacio de nombres: Microsoft.VisualStudio.VCCodeModel
Ensamblado: Microsoft.VisualStudio.VCCodeModel (en Microsoft.VisualStudio.VCCodeModel.dll)
Sintaxis
'Declaración
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 no admite propiedades indizadas.
Parámetros
Part
Tipo: vsCMPartObligatorio. Valor de la enumeración vsCMPart que especifica qué parte de la definición o de la declaración se va a usar (bloque de atributos, cuerpo, etc.).
Where
Tipo: Microsoft.VisualStudio.VCCodeModel.vsCMWhereValor de la enumeración vsCMWhere que especifica si el objeto TextPoint es la definición o la declaración.
Valor de propiedad
Tipo: TextPoint
Seguridad de .NET Framework
- Plena confianza para el llamador inmediato. Un código de confianza parcial no puede utilizar este miembro. Para obtener más información, vea Utilizar bibliotecas de código que no es de plena confianza.