Método Factory.CreateSmartTagCollection

Essa API oferece suporte a infra-estrutura de Visual Studio e não se destina a ser usado diretamente em seu código.

Namespace:  Microsoft.Office.Tools
Assembly:  Microsoft.Office.Tools.Common (em Microsoft.Office.Tools.Common.dll)

Sintaxe

'Declaração
Function CreateSmartTagCollection ( _
    serviceProvider As IServiceProvider, _
    hostItemProvider As IHostItemProvider, _
    primaryCookie As String, _
    identifier As String, _
    containerComponent As Object _
) As SmartTagCollection
SmartTagCollection CreateSmartTagCollection(
    IServiceProvider serviceProvider,
    IHostItemProvider hostItemProvider,
    string primaryCookie,
    string identifier,
    Object containerComponent
)

Parâmetros

Valor de retorno

Tipo: Microsoft.Office.Tools.SmartTagCollection

Segurança do .NET Framework

Consulte também

Referência

Factory Interface

Namespace Microsoft.Office.Tools