共用方式為


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 安全性

請參閱

參考

SupportedDirectiveAttribute 類別

Microsoft.VisualStudio.TextTemplating 命名空間