Context.FindFieldByName(String, 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::Object ^ FindFieldByName(System::String ^ name, Microsoft::XLANGs::Core::Context ^ cxt);
public static object FindFieldByName (string name, Microsoft.XLANGs.Core.Context cxt);
static member FindFieldByName : string * Microsoft.XLANGs.Core.Context -> obj
Public Shared Function FindFieldByName (name As String, cxt As Context) As Object
Parameters
- name
- String
- cxt
- Context