INewSiteProvider.Label 屬性

適用於版本2

取得與 INewSiteProvider 相關聯的描述性文字。

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

語法

'宣告
ReadOnly Property Label As String 
    Get
'用途
Dim instance As INewSiteProvider 
Dim value As String 

value = instance.Label
string Label { get; }
property String^ Label {
    String^ get ();
}
abstract Label : string
function get Label () : String

屬性值

型別:System.String
INewSiteProvider 相關聯的描述性文字。

請參閱

參考

INewSiteProvider 介面

Microsoft.WebMatrix.Extensibility 命名空間