Compartilhar via


Propriedade IVsaReferenceItem.AssemblyName

Obtém ou define o nome do assembly referenciado.

Namespace:  Microsoft.Vsa
Assembly:  Microsoft.Vsa (em Microsoft.Vsa.dll)

Sintaxe

'Declaração
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)

Valor de propriedade

Tipo: String
Retorna o nome de literal de cadeia de caracteres do assembly referenciado.

Consulte também

Referência

IVsaReferenceItem Interface

Namespace Microsoft.Vsa