Share via


IVsaItem.Name 属性

获取或设置项的名称。

命名空间:  Microsoft.Vsa
程序集:  Microsoft.Vsa(在 Microsoft.Vsa.dll 中)

语法

声明
Property Name As String
string Name { get; set; }
property String^ Name {
    String^ get ();
    void set (String^ value);
}
abstract Name : string with get, set
function get Name () : String 
function set Name (value : String)

属性值

类型:String
返回项的字符串名称。

请参阅

参考

IVsaItem 接口

Microsoft.Vsa 命名空间