Share via


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
    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

Property Value

Type: System.String

.NET Framework Security

See Also

Reference

VCCodeReference Interface

Microsoft.VisualStudio.VCCodeModel Namespace