Share via


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 命名空间