Factory.CreateSmartTagCollection Method

This API supports the Visual Studio infrastructure and is not intended to be used directly from your code.

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

Syntax

'Declaration
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
)

Parameters

Return Value

Type: Microsoft.Office.Tools.SmartTagCollection

.NET Framework Security

See Also

Reference

Factory Interface

Microsoft.Office.Tools Namespace