Compartir a través de


AddInBase.GetHostItem<T> (Método)

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

Espacio de nombres:  Microsoft.Office.Tools
Ensamblado:  Microsoft.Office.Tools.Common.v4.0.Utilities (en Microsoft.Office.Tools.Common.v4.0.Utilities.dll)

Sintaxis

'Declaración
Protected Function GetHostItem(Of T As Class) ( _
    type As Type, _
    cookie As String _
) As T
protected T GetHostItem<T>(
    Type type,
    string cookie
)
where T : class

Parámetros de tipo

  • T

Parámetros

Valor devuelto

Tipo: T

Seguridad de .NET Framework

Vea también

Referencia

AddInBase Clase

Microsoft.Office.Tools (Espacio de nombres)