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
'Usage
Dim instance As VCCodeReference
Dim Where As vsCMWhere
Dim value As String
value = instance.Location(Where)
string Location[
vsCMWhere Where
] { get; }
property String^ Location[[InAttribute] vsCMWhere Where] {
String^ get ([InAttribute] vsCMWhere Where);
}
JScript does not support indexed properties.
Parameters
Where
Type: Microsoft.VisualStudio.VCCodeModel.vsCMWhere
Property Value
Type: System.String
Permissions
- 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.