Construtor SmartTagActionSet
Inicializa uma nova instância de SmartTagActionSet.
Namespace: Microsoft.VisualStudio.Language.Intellisense
Assembly: Microsoft.VisualStudio.Language.Intellisense (em Microsoft.VisualStudio.Language.Intellisense.dll)
Sintaxe
'Declaração
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>
)
Parâmetros
actions
Tipo: ReadOnlyCollection<ISmartTagAction>O conjunto de ações contido nesta ação definida.
Segurança do .NET Framework
- Confiança total para o chamador imediato. O membro não pode ser usado por código parcialmente confiável. Para obter mais informações, consulte Usando bibliotecas de código parcialmente confiável.