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 安全性
- 完全信任立即呼叫者。這個成員無法供部分信任的程式碼使用。如需詳細資訊,請參閱從部分受信任程式碼使用程式庫。