ProvideCodeGeneratorAttribute.Name 屬性
這個產生器的名稱。 若要將這個產生器套用至 [方案總管] 中的檔案,請將其 [自訂工具] 屬性設定為這個名稱。
命名空間: Microsoft.VisualStudio.TextTemplating.VSHost
組件: Microsoft.VisualStudio.TextTemplating.VSHost.12.0 (在 Microsoft.VisualStudio.TextTemplating.VSHost.12.0.dll 中)
語法
'宣告
Public ReadOnly Property Name As String
public string Name { get; }
public:
property String^ Name {
String^ get ();
}
member Name : string with get
function get Name () : String
屬性值
類型:String
.NET Framework 安全性
- 完全信任立即呼叫者。這個成員無法供部分信任的程式碼使用。如需詳細資訊,請參閱從部分受信任程式碼使用程式庫。