SupportedDirectiveAttribute.SupportedDirectives 屬性
存取處理器支援的一組的成果指示詞。MEF 需要這個額外的屬性會將這個名稱的集合。
命名空間: Microsoft.VisualStudio.TextTemplating
組件: Microsoft.VisualStudio.TextTemplating.Interfaces.11.0 (在 Microsoft.VisualStudio.TextTemplating.Interfaces.11.0.dll 中)
語法
'宣告
Public Property SupportedDirectives As String
public string SupportedDirectives { get; private set; }
public:
property String^ SupportedDirectives {
String^ get ();
private: void set (String^ value);
}
member SupportedDirectives : string with get, private set
function get SupportedDirectives () : String
private function set SupportedDirectives (value : String)
屬性值
型別:System.String
傳回 String。
.NET Framework 安全性
- 完全信任立即呼叫者。這個成員無法供部分信任的程式碼使用。如需詳細資訊,請參閱從部分受信任程式碼使用程式庫。