Sdílet prostřednictvím


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

Property Value

Type: System.String

Permissions

See Also

Reference

VCCodeReference Interface

VCCodeReference Members

Microsoft.VisualStudio.VCCodeModel Namespace