BindingDirection Enum
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.
Specifies whether the template can be bound one way or two ways.
public enum class BindingDirection
public enum BindingDirection
type BindingDirection =
Public Enum BindingDirection
- Inheritance
Fields
Name | Value | Description |
---|---|---|
OneWay | 0 | The template can only accept property values. Used with a generic ITemplate. |
TwoWay | 1 | The template can accept and expose property values. Used with an IBindableTemplate. |
Applies to
ทํางานร่วมกับเราใน GitHub
แหล่งที่มาสำหรับเนื้อหานี้สามารถพบได้บน GitHub ซึ่งคุณยังสามารถสร้างและตรวจสอบปัญหาและคำขอดึงข้อมูลได้ สำหรับข้อมูลเพิ่มเติม ให้ดูคู่มือผู้สนับสนุนของเรา