PropertyMetadata.Options Property
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.
Gets or sets the property which represents the option setting for the DependencyProperty associated to this PropertyMetadata.
public:
property System::Workflow::ComponentModel::DependencyPropertyOptions Options { System::Workflow::ComponentModel::DependencyPropertyOptions get(); void set(System::Workflow::ComponentModel::DependencyPropertyOptions value); };
public System.Workflow.ComponentModel.DependencyPropertyOptions Options { get; set; }
member this.Options : System.Workflow.ComponentModel.DependencyPropertyOptions with get, set
Public Property Options As DependencyPropertyOptions
Property Value
The option setting for the DependencyProperty associated to this PropertyMetadata.
Exceptions
Attempting to set this property when IsSealed is true
.
Remarks
The possible values for this property are:
Applies to
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.