Freigeben über


VCCodeReference.Location-Eigenschaft

Derzeit nicht implementiert.

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 unterstützt keine indizierten Eigenschaften.

Parameter

Eigenschaftswert

Typ: String

.NET Framework-Sicherheit

Siehe auch

Referenz

VCCodeReference Schnittstelle

Microsoft.VisualStudio.VCCodeModel-Namespace