Context.FindFields(Type, Context) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public:
static System::Collections::IDictionary ^ FindFields(Type ^ t, Microsoft::XLANGs::Core::Context ^ cxt);
public static System.Collections.IDictionary FindFields (Type t, Microsoft.XLANGs.Core.Context cxt);
static member FindFields : Type * Microsoft.XLANGs.Core.Context -> System.Collections.IDictionary
Public Shared Function FindFields (t As Type, cxt As Context) As IDictionary
Parameters
- t
- Type
- cxt
- Context