Freigeben über


VCCodeUsingAlias.Location-Eigenschaft

Gibt den Speicherort der Objektdeklaration zurück.

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
Der Speicherort der Objektdeklaration.

.NET Framework-Sicherheit

Siehe auch

Referenz

VCCodeUsingAlias Schnittstelle

Microsoft.VisualStudio.VCCodeModel-Namespace