SmartTagActionSet.Actions 属性

获取智能标记操作的集合。

命名空间:  Microsoft.VisualStudio.Language.Intellisense
程序集:  Microsoft.VisualStudio.Language.Intellisense(在 Microsoft.VisualStudio.Language.Intellisense.dll 中)

语法

声明
Public ReadOnly Property Actions As ReadOnlyCollection(Of ISmartTagAction)
public ReadOnlyCollection<ISmartTagAction> Actions { get; }
public:
property ReadOnlyCollection<ISmartTagAction^>^ Actions {
    ReadOnlyCollection<ISmartTagAction^>^ get ();
}
member Actions : ReadOnlyCollection<ISmartTagAction> with get
function get Actions () : ReadOnlyCollection<ISmartTagAction>

属性值

类型:ReadOnlyCollection<ISmartTagAction>
智能标记操作的集合。

.NET Framework 安全性

请参阅

参考

SmartTagActionSet 类

Microsoft.VisualStudio.Language.Intellisense 命名空间