Context.FindFieldsByName(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 ^ FindFieldsByName(Type ^ t, Microsoft::XLANGs::Core::Context ^ cxt);
public static System.Collections.IDictionary FindFieldsByName (Type t, Microsoft.XLANGs.Core.Context cxt);
static member FindFieldsByName : Type * Microsoft.XLANGs.Core.Context -> System.Collections.IDictionary
Public Shared Function FindFieldsByName (t As Type, cxt As Context) As IDictionary
Parameters
- t
- Type
- cxt
- Context