ResourceCreator Delegate
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 delegate Microsoft::XLANGs::Core::IResource ^ ResourceCreator(Guid % key, System::Object ^ creationContext);
public delegate Microsoft.XLANGs.Core.IResource ResourceCreator(ref Guid key, object creationContext);
type ResourceCreator = delegate of Guid * obj -> IResource
Public Delegate Function ResourceCreator(ByRef key As Guid, creationContext As Object) As IResource
Parameters
- key
- Guid
- creationContext
- Object