Partager via


ParameterizedGetterThunk<T>, délégué

Réservé à un usage interne Microsoft.

Espace de noms :  Microsoft.Internal.VisualStudio.PlatformUI
Assembly :  Microsoft.VisualStudio.Shell.11.0 (dans Microsoft.VisualStudio.Shell.11.0.dll)

Syntaxe

'Déclaration
Public Delegate Function ParameterizedGetterThunk(Of T) ( _
    parameter As Object _
) As T
public delegate T ParameterizedGetterThunk<T>(
    Object parameter
)

Paramètres de type

  • T

Paramètres

Valeur de retour

Type : T

Voir aussi

Référence

Microsoft.Internal.VisualStudio.PlatformUI, espace de noms