InstanceStore.CreateInstanceHandle Method
.NET Framework 4.5
Creates an instance handle. If the DefaultInstanceOwner is set, the value is automatically bound as the new handle’s instance owner.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
| Name | Description | |
|---|---|---|
|
CreateInstanceHandle() | Creates an instance handle. |
|
CreateInstanceHandle(Guid) | Creates an instance handle. If the DefaultInstanceOwner is set, the value is automatically bound as the new handle’s instance owner. The instance identifier passed as a parameter is automatically bound as the new handle’s instance. |
|
CreateInstanceHandle(InstanceOwner) | Creates an instance handle. If the instance owner passed as a parameter is not null, the value is automatically bound as the new handle’s instance owner. (Otherwise, no instance owner is bound, even if DefaultInstanceOwner is set.) |
|
CreateInstanceHandle(InstanceOwner, Guid) | Creates an instance handle. If the instance owner passed as a parameter is not null, the value is automatically bound as the new handle’s instance owner. (Otherwise, no instance owner is bound, even if DefaultInstanceOwner is set.) The instance identifier passed as a parameter is automatically bound as the new handle’s instance. |