VCCodeReference.Location Property
Not currently implemented.
Namespace: Microsoft.VisualStudio.VCCodeModel
Assembly: Microsoft.VisualStudio.VCCodeModel (in Microsoft.VisualStudio.VCCodeModel.dll)
Syntax
'Декларация
ReadOnly Property Location ( _
Where As vsCMWhere _
) As String
Get
string this[
vsCMWhere Where
] { get; }
property String^ Location[[InAttribute] vsCMWhere Where] {
String^ get ([InAttribute] vsCMWhere Where);
}
abstract Location : string
JScript does not support indexed properties.
Parameters
- Where
Type: Microsoft.VisualStudio.VCCodeModel.vsCMWhere
A vsCMWhere value specifying whether the TextPoint object is the definition or the declaration.
Property Value
Type: System.String
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.