CLSDataStoreDelegate.CreateContext(String, CLSContext, String[]) 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.
Method that is called to create a new ClassKit context.
[Foundation.Export("createContextForIdentifier:parentContext:parentIdentifierPath:")]
public abstract ClassKit.CLSContext CreateContext (string identifier, ClassKit.CLSContext parentContext, string[] parentIdentifierPath);
abstract member CreateContext : string * ClassKit.CLSContext * string[] -> ClassKit.CLSContext
Parameters
- identifier
- String
The identifier for the new context.
- parentContext
- CLSContext
The parent for the new context.
- parentIdentifierPath
- String[]
The identifier path for the parent of the new context.
Returns
The new context.
Implements
- Attributes