Click or drag to resize
IInstantiatePropertyInstantiateProperty Method
Zet Universe

[This is preliminary documentation and is subject to change.]

[Missing <summary> documentation for "M:ZU.ComponentModel.IInstantiateProperty.InstantiateProperty(System.String,System.Globalization.CultureInfo,System.Threading.SynchronizationContext)"]

Namespace: ZU.ComponentModel
Assemblies:  ZU.Core.Developer (in ZU.Core.Developer.dll) Version: 2.0.5976.27963
  ZU.Core.Developer (in ZU.Core.Developer.dll) Version: 2.0.5976.27963
Syntax
C#
void InstantiateProperty(
	string propertyName,
	CultureInfo culture,
	SynchronizationContext callbackExecutionContext
)

Parameters

propertyName
Type: SystemString

[Missing <param name="propertyName"/> documentation for "M:ZU.ComponentModel.IInstantiateProperty.InstantiateProperty(System.String,System.Globalization.CultureInfo,System.Threading.SynchronizationContext)"]

culture
Type: System.GlobalizationCultureInfo

[Missing <param name="culture"/> documentation for "M:ZU.ComponentModel.IInstantiateProperty.InstantiateProperty(System.String,System.Globalization.CultureInfo,System.Threading.SynchronizationContext)"]

callbackExecutionContext
Type: System.ThreadingSynchronizationContext

[Missing <param name="callbackExecutionContext"/> documentation for "M:ZU.ComponentModel.IInstantiateProperty.InstantiateProperty(System.String,System.Globalization.CultureInfo,System.Threading.SynchronizationContext)"]

See Also