Share via


Proprietà IVsaError.SourceMoniker

Ottiene il nome completo dell'elemento di origine in cui era presente l'errore, in un formato riconoscibile dal motore di script.

Spazio dei nomi:  Microsoft.Vsa
Assembly:  Microsoft.Vsa (in Microsoft.Vsa.dll)

Sintassi

'Dichiarazione
ReadOnly Property SourceMoniker As String
string SourceMoniker { get; }
property String^ SourceMoniker {
    String^ get ();
}
abstract SourceMoniker : string with get
function get SourceMoniker () : String

Valore proprietà

Tipo: String
Restituisce il nome completo dell'elemento di origine che conteneva l'errore.

Vedere anche

Riferimenti

IVsaError Interfaccia

Spazio dei nomi Microsoft.Vsa