다음을 통해 공유


GelVerb.Register<TOwner> Method

Microsoft internal use only.

Registers a GelVerb for a given owner of the registered [GelVerb].

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

Syntax

‘선언
Public Shared Function Register(Of TOwner) ( _
    name As String, _
    action As VerbActionCallback _
) As GelVerb
public static GelVerb Register<TOwner>(
    string name,
    VerbActionCallback action
)

Type Parameters

  • TOwner
    Owner of the registered [GelVerb].

Parameters

Return Value

Type: Microsoft.Internal.VisualStudio.PlatformUI.GelVerb
The registered [GelVerb].

.NET Framework Security

See Also

Reference

GelVerb Class

Microsoft.Internal.VisualStudio.PlatformUI Namespace