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
Dolgozzon együtt velünk a GitHubon
A tartalom forrása a GitHubon található, ahol létrehozhat és áttekinthet problémákat és lekéréses kérelmeket is. További információért tekintse meg a közreműködői útmutatónkat.