RibbonManager.IReflect.GetMethods Method
This API supports the Visual Studio Tools for Office infrastructure and is not intended to be used directly from your code.
Namespace: Microsoft.Office.Tools.Ribbon
Assembly: Microsoft.Office.Tools.Common.v9.0 (in Microsoft.Office.Tools.Common.v9.0.dll)
Syntax
'Declaration
Private Function GetMethods ( _
bindingAttr As BindingFlags _
) As MethodInfo() Implements IReflect.GetMethods
'Usage
Dim instance As RibbonManager
Dim bindingAttr As BindingFlags
Dim returnValue As MethodInfo()
returnValue = CType(instance, IReflect).GetMethods(bindingAttr)
MethodInfo[] IReflect.GetMethods(
BindingFlags bindingAttr
)
Parameters
- bindingAttr
Type: System.Reflection.BindingFlags
Return Value
Type: array<System.Reflection.MethodInfo[]
Implements
IReflect.GetMethods(BindingFlags)
.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.