共用方式為


IVsaReferenceItem.AssemblyName 屬性

取得或設定參考組件的名稱。

命名空間:  Microsoft.Vsa
組件:  Microsoft.Vsa (在 Microsoft.Vsa.dll 中)

語法

'宣告
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)

屬性值

類型:String
傳回參考組件的字串常值名稱。

請參閱

參考

IVsaReferenceItem 介面

Microsoft.Vsa 命名空間