Condividi tramite


Proprietà IVsaReferenceItem.AssemblyName

Ottiene o imposta il nome dell'assembly a cui si fa riferimento.

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

Sintassi

'Dichiarazione
Property AssemblyName As String
string AssemblyName { get; set; }
property String^ AssemblyName {
    String^ get ();
    void set (String^ value);
}
abstract AssemblyName : string with get, set
function get AssemblyName () : String 
function set AssemblyName (value : String)

Valore proprietà

Tipo: String
Restituisce il nome letterale in formato stringa dell'assembly a cui si fa riferimento.

Vedere anche

Riferimenti

IVsaReferenceItem Interfaccia

Spazio dei nomi Microsoft.Vsa