다음을 통해 공유


GetterThunk<T> Delegate

Microsoft internal use only.

Namespace:  Microsoft.Internal.VisualStudio.PlatformUI
Assembly:  Microsoft.VisualStudio.Shell.11.0 (in Microsoft.VisualStudio.Shell.11.0.dll)

Syntax

‘선언
Public Delegate Function GetterThunk(Of T) As T
public delegate T GetterThunk<T>()

Type Parameters

  • T

Return Value

Type: T

See Also

Reference

Microsoft.Internal.VisualStudio.PlatformUI Namespace