Extension.Name 屬性
適用於版本2
取得或設定延伸的易記名稱。
命名空間: Microsoft.WebMatrix.Extensibility
組件: Microsoft.WebMatrix.Extensibility (在 Microsoft.WebMatrix.Extensibility.dll 中)
語法
'宣告
Public Property Name As String
Get
Private Set
'用途
Dim instance As Extension
Dim value As String
value = instance.Name
public string Name { get; private set; }
public:
property String^ Name {
String^ get ();
private: void set (String^ value);
}
member Name : string with get, private set
function get Name () : String
private function set Name (value : String)
屬性值
型別:System.String
延伸的易記名稱。