ExternalChildResourcesCached<FluentModelTImpl,IFluentModelT,InnerModelT,IParentT,ParentImplT>.PrepareDefine 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.
Overloads
PrepareDefine(String) |
Prepare for definition of a new external child resource. |
PrepareDefine(String, String) |
Prepare for definition of a new external child resource. |
PrepareDefine(String)
Prepare for definition of a new external child resource.
protected FluentModelTImpl PrepareDefine (string name);
member this.PrepareDefine : string -> 'FluentModelTImpl
Protected Function PrepareDefine (name As String) As FluentModelTImpl
Parameters
- name
- String
the name for the new external child resource
Returns
the child resource
Applies to
PrepareDefine(String, String)
Prepare for definition of a new external child resource.
protected FluentModelTImpl PrepareDefine (string name, string key);
member this.PrepareDefine : string * string -> 'FluentModelTImpl
Protected Function PrepareDefine (name As String, key As String) As FluentModelTImpl
Parameters
- name
- String
the name for the new external child resource
- key
- String
the key for the new external child resource
Returns
the child resource