共用方式為


SmartTagActionSet 建構函式

初始化 SmartTagActionSet 的新執行個體。

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

語法

'宣告
Public Sub New ( _
    actions As ReadOnlyCollection(Of ISmartTagAction) _
)
public SmartTagActionSet(
    ReadOnlyCollection<ISmartTagAction> actions
)
public:
SmartTagActionSet(
    ReadOnlyCollection<ISmartTagAction^>^ actions
)
new : 
        actions:ReadOnlyCollection<ISmartTagAction> -> SmartTagActionSet
public function SmartTagActionSet(
    actions : ReadOnlyCollection<ISmartTagAction>
)

參數

  • actions
    類型:ReadOnlyCollection<ISmartTagAction>

    組包含在此巨集指令的巨集指令設定。

.NET Framework 安全性

請參閱

參考

SmartTagActionSet 類別

Microsoft.VisualStudio.Language.Intellisense 命名空間