Condividi tramite


Proprietà Reference2.Path

Ottiene il percorso del file di riferimento.In sola lettura.

Spazio dei nomi:  VSLangProj2
Assembly:  VSLangProj2 (in VSLangProj2.dll)

Sintassi

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

Valore proprietà

Tipo: System.String
stringa.Questa proprietà restituisce il percorso e il nome di riferimento, se può essere risolta.Se il percorso non può essere risolto, quindi verrà restituita una stringa vuota.Per informazioni sulla risoluzione dei riferimenti, vedere Add.

Note

il percorso non può essere un UNC o un URL.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

Reference2 Interfaccia

Overload Path

Spazio dei nomi VSLangProj2