共用方式為


SmartTag.ActionSets 屬性

應納入智慧標籤工作階段中的動作集。

命名空間:  Microsoft.VisualStudio.Language.Intellisense
組件:  Microsoft.VisualStudio.Language.Intellisense (在 Microsoft.VisualStudio.Language.Intellisense.dll 中)

語法

'宣告
Public Property ActionSets As ReadOnlyCollection(Of SmartTagActionSet)
public ReadOnlyCollection<SmartTagActionSet> ActionSets { get; private set; }
public:
property ReadOnlyCollection<SmartTagActionSet^>^ ActionSets {
    ReadOnlyCollection<SmartTagActionSet^>^ get ();
    private: void set (ReadOnlyCollection<SmartTagActionSet^>^ value);
}
member ActionSets : ReadOnlyCollection<SmartTagActionSet> with get, private set
function get ActionSets () : ReadOnlyCollection<SmartTagActionSet>
private function set ActionSets (value : ReadOnlyCollection<SmartTagActionSet>)

屬性值

類型:ReadOnlyCollection<SmartTagActionSet>
型別為 SmartTagActionSetReadOnlyCollection

.NET Framework 安全性

請參閱

參考

SmartTag 類別

Microsoft.VisualStudio.Language.Intellisense 命名空間