VCCodeReference.Location Property
Not currently implemented.
Namespace: Microsoft.VisualStudio.VCCodeModel
Assembly: Microsoft.VisualStudio.VCCodeModel (in Microsoft.VisualStudio.VCCodeModel.dll)
Syntax
'Declaration
ReadOnly Property Location ( _
Where As vsCMWhere _
) As String
string this[
vsCMWhere Where
] { get; }
property String^ Location[[InAttribute] vsCMWhere Where] {
String^ get ([InAttribute] vsCMWhere Where);
}
abstract Location :
Where:vsCMWhere -> string with get
JScript does not support indexed properties.
Parameters
Where
Type: Microsoft.VisualStudio.VCCodeModel.vsCMWhereA vsCMWhere value specifying whether the TextPoint object is the definition or the declaration.
Property Value
Type: 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.