GelVerb.GetRegisteredVerbs Method
Microsoft internal use only.
Gets an enumeration of all registered verbs for the given Type.
Namespace: Microsoft.Internal.VisualStudio.PlatformUI
Assembly: Microsoft.VisualStudio.Shell.11.0 (in Microsoft.VisualStudio.Shell.11.0.dll)
Syntax
‘선언
Public Shared Function GetRegisteredVerbs ( _
ownerType As Type, _
includeBaseTypes As Boolean _
) As IEnumerable(Of GelVerb)
public static IEnumerable<GelVerb> GetRegisteredVerbs(
Type ownerType,
bool includeBaseTypes
)
Parameters
- ownerType
Type: System.Type
Type whose verbs should be obtained.
- includeBaseTypes
Type: System.Boolean
Indicates whether to search verbs in base types.
Return Value
Type: System.Collections.Generic.IEnumerable<GelVerb>
Enumeration of all registered verbs for the given Type.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.