RibbonManager.IReflect.GetFields 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 GetFields ( _
    bindingAttr As BindingFlags _
) As FieldInfo() Implements IReflect.GetFields
'Usage
Dim instance As RibbonManager
Dim bindingAttr As BindingFlags
Dim returnValue As FieldInfo()

returnValue = CType(instance, IReflect).GetFields(bindingAttr)
FieldInfo[] IReflect.GetFields(
    BindingFlags bindingAttr
)

Parameters

Return Value

Type: array<System.Reflection.FieldInfo[]

Implements

IReflect.GetFields(BindingFlags)

.NET Framework Security

See Also

Reference

RibbonManager Class

RibbonManager Members

Microsoft.Office.Tools.Ribbon Namespace