CompiledDataContext.GetDataContextActivities(Activity, Boolean) 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.
Gets the activities for the compiled data using the specified compiled root and implementation.
protected:
static System::Object ^ GetDataContextActivities(System::Activities::Activity ^ compiledRoot, bool forImplementation);
protected static object GetDataContextActivities (System.Activities.Activity compiledRoot, bool forImplementation);
static member GetDataContextActivities : System.Activities.Activity * bool -> obj
Protected Shared Function GetDataContextActivities (compiledRoot As Activity, forImplementation As Boolean) As Object
Parameters
- compiledRoot
- Activity
The compiled root.
- forImplementation
- Boolean
true
if the compiled data context is for implementation; otherwise, false
.
Returns
The activities for the compiled data.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.