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
傳回項目的字串常值名稱。