Examples of using
Binding source
in English and their translations into Korean
{-}
Colloquial
Ecclesiastic
Ecclesiastic
Programming
Computer
Added Binding source_location.
Binding source_location을 추가했습니다.
There are several ways to specify the binding source object.
바인딩 소스 개체를 지정하는 여러 가지 방법이 있습니다. There are several ways to specify the binding source object.
To provide some examples, your binding source may be a UIElement, any list object, a CLR object that is associated with ADO.
몇 가지 예를 제공 하기 위해 바인딩 소스는 UIElement, 모든 목록 개체, ADO.
WPF also creates a default collection view for every collection used as a binding source.
WPF에서도 바인딩 소스로 사용되는 모든 컬렉션에 대한 기본 컬렉션 뷰를 만듭니다. WPF also creates a default collection view for every collection used as a binding source.
To provide some examples, your binding source may be a UIElement, any list object, a CLR object that is associated with ADO.
바인딩 소스 몇 가지 예를 제공 하는 것을 UIElement, 목록 개체는 CLRCLR 연결 된 개체에 ADO. NETADO.
Updates the binding target(target)property when the binding source(source) changes.
바인딩 소스(원본)가 변경되면 바인딩 대상(대상) 속성이 업데이트됩니다. Updates the binding target (target)property when the binding source (source) changes.
To provide some examples, your binding source may be a UIElement, any list object, a CLR object that is associated with ADO.
바인딩 소스 수 몇 가지 예제를 제공 하기를 UIElement, 목록 개체는 CLRCLR 연관 된 개체 ADO. NETADO.
However, sometimes it may be more appropriate to specify the binding source on individual binding declarations.
하지만 개별 바인딩 선언에서 바인딩 소스를 지정하는 방법이 더 적절한 경우도 있습니다. However, sometimes it may be more appropriate to specify the binding source on individual binding declarations.
To reiterate, the binding source object is one of the four necessary components of a binding..
다시 말하지만, 바인딩 소스 개체는 바인딩의 네 가지 필수 구성 요소 중 하나입니다. To reiterate, the binding source object is one of the four necessary components of a binding.
The UpdateSourceTrigger property value is set to PropertyChanged to update the binding source immediately whenever the binding target property changes.
바인딩 대상 속성이 변경될 때마다 즉시 바인딩 소스를 업데이트합니다. Updates the binding source immediately whenever the binding target property changes.
One way to create and use a view is to instantiate the view object directly and then use it as the binding source.
뷰를 만들고 사용하는 한 가지 방법은 뷰 개체를 인스턴스화하고 이를 바인딩 소스로 사용하는 것입니다. One way to create and use a view is to instantiate the view object directly and then use it as the binding source.
The resource listingDataView then serves as the binding source for elements in the application, such as the ListBox.
리소스 listingDataView 등 역할 요소는 응용 프로그램에 대 한 바인딩 소스로 ListBox: The resource listingDataView then serves as the binding source for elements in the application, such as the ListBox.
As illustrated by the above figure, data binding is essentially the bridge between your binding target and your binding source.
위 그림과 같이 데이터 바인딩은 기본적으로 바인딩 대상과 바인딩 소스를 연결합니다. As illustrated by the above figure, data binding is essentially the bridge between your binding target and your binding source.
The resource listingDataView then serves as the binding source for elements in the application, such as the ListBox.
그런 다음 리소스 Listingdataview 는 ListBox다음과 같은 응용 프로그램의 요소에 대 한 바인딩 소스 역할을 합니다. The resource listingDataView then serves as the binding source for elements in the application, such as the ListBox.
For example, color may be computed from red,blue, and green values, which can be values from the same or different binding source objects.
예를 들어 빨간색, 파란색 및 녹색 값을 기준으로 색을 계산할 수 있고 이러한 값은 같거나 다른 바인딩 소스 개체의 값일 수 있습니다. For example, color may be computed from red, blue, and green values,which can be values from the same or different binding source objects.
Notice that in the previous example, the binding source is specified by setting the DataContext property on the DockPanel element.
이전 예제에서는 DataContext DockPanel 요소에 대 한 속성을 설정 하 여 바인딩 소스를 지정 합니다. Notice that in the previous example, the binding source is specified by setting the DataContext property on the DockPanel element.
Creating a Binding uses the Binding object, andeach binding usually has four components: binding target, target property, binding source, and a path to the source value to use.
이전 섹션에서 설명 하는 몇 가지 개념을 recapitulate Binding 개체를 사용 하 여 바인딩을 설정 하 고 각 바인딩에는 일반적으로 바인딩 대상,대상 속성, 바인딩 소스 및 사용할 소스 값의 경로 라는 네 가지 구성 요소가 있습니다.
Consider the following example, in which the binding source object is a class named MyData that is defined in the SDKSample namespace.
바인딩 소스 개체가 SDKSample 네임스페이스에 정의된 MyData 클래스인 다음 예제를 살펴볼 수 있습니다. Consider the following example, in which the binding source object is a class named MyData that is defined in the SDKSample namespace.
As you read through other software development kit(SDK) topics, it is important to remember that when youare establishing a binding, you are binding a binding target to a binding source.
다른 SDK 항목을 읽을 때 바인딩을 설정 하는 경우 바인딩 대상을 바인딩 소스 에 바인딩하는 것을 기억해 야 합니다. As you read through other SDK topics, it is important to remember that when you are establishing a binding,you are binding a binding target to a binding source.
However, what if instead of having a property of type string your binding source object has a Color property of type Color?
그러나 형식 문자열의 속성을 포함 하는 대신 바인딩 소스 개체에 형식의 Color Color 속성이 있나요? However, what if instead of having a property of type string your binding source object has a Color property of type Color?
The core unit of the data binding engine is the Binding class, whose job is to binda control(the binding target) to a data object(the binding source).
데이터 바인딩 엔진의 핵심 단위는 Binding 클래스로, 컨트롤(바인딩 대상)을 데이터 개체(바인딩 소스)에 바인딩하는 작업을 수행합니다. The core unit of the data binding engine is the Binding class, whose job is to bind a control (the binding target)to a data object (the binding source).
Although not specified in the figure, it should be noted that the binding source object is not restricted to being a custom CLR object.
그림에는 지정되지 않았지만 바인딩 소스 개체는 사용자 지정 CLRCLR 개체로 제한되지 않습니다. Although not specified in the figure, it should be noted that the binding source object is not restricted to being a custom CLRCLR object.
A binding source object can be treated either as a single object of which the properties contain data or as a data collection of polymorphic objects that are often grouped together(such as the result of a query to a database).
바인딩 소스는 속성에 데이터가 포함된 단일 개체로 처리되거나 종종 함께 그룹화되는 다형 개체의 데이터 컬렉션(예: 데이터베이스에 대한 쿼리의 결과)으로 처리될 수 있습니다.A binding source object can be treated either as a single object of which the properties contain data or as a data collection of polymorphic objects that are often grouped together ( such as the result of a query to a database).
Typically, each binding has these four components: a binding target object,a target property, a binding source, and a path to the value in the binding source to use.
일반적으로 각 바인딩에는 네 가지 구성 요소인 바인딩 대상 개체, 대상 속성, 바인딩 소스 및 사용할 바인딩 소스의 값 경로가 있습니다. Typically, each binding has these four components: a binding target object, a target property, a binding source,and a path to the value in the binding source to use.
Note that although we have emphasized that the Path to the value to use is one of the four necessary components of a binding, in the scenarios which youwant to bind to an entire object, the value to use would be the same as the binding source object.
사용할 값 Path 에 대 한가 바인딩의 네 가지 필수 구성 요소 중 하나 이며, 전체 개체에 바인딩하려는 시나리오에서 사용할 값은 바인딩 소스 개체와 동일 합니다. Note that although we have emphasized that the Path to the value to use is one of the four necessary components of a binding, in the scenarios which you want to bind to an entire object,the value to use would be the same as the binding source object.
For the previous example, instead of using the DataContext property, you can specify the binding source by setting the Source property directly on the binding declaration of the button, as in the following example.
이전 예제에서는 DataContext 속성을 사용 하는 대신, 다음 예제와 같이 단추의 바인딩 선언에서 직접 Source 속성을 설정 하 여 바인딩 소스를 지정할 수 있습니다. For the previous example, instead of using the DataContext property, you can specify the binding source by setting the Source property directly on the binding declaration of the button, as in the following example.
Note that although we have emphasized that the Path to the value to use is one of the four necessary components of a binding, in the scenarios which youwant to bind to an entire object, the value to use would be the same as the binding source object.
강조 했지만 하지만 Path 사용할 값에는 전체 개체에 바인딩하려는 경우에는 바인딩의 4 개의 필수 구성 요소 중 하나 이면 사용할 값을는 바인딩 소스 개체와 동일 합니다. Note that although we have emphasized that the Path to the value to use is one of the four necessary components of a binding, in the scenarios which you want to bind to an entire object,the value to use would be the same as the binding source object.
Binding to data source controls, such as SqlDataSource.
와 같은 데이터 소스 컨트롤에 바인딩 SqlDataSource합니다. Binding to data source controls, such as SqlDataSource.
The binding engine sets the source property.
바인딩 엔진은 소스 속성을 설정합니다. The binding engine sets the source property.
Learn the difference between the data binding target and source, and see simple data bindings in code and XAML.
데이터 바인딩 원본과 대상의 차이를 알아보고 코드와 XAML에서 간단한 데이터 바인딩을 살펴봅니다. Learn the difference between the data binding target and source, and see simple data bindings in code and XAML.
한국어
عربى
Български
বাংলা
Český
Dansk
Deutsch
Ελληνικά
Español
Suomi
Français
עִברִית
हिंदी
Hrvatski
Magyar
Bahasa indonesia
Italiano
日本語
Қазақ
മലയാളം
मराठी
Bahasa malay
Nederlands
Norsk
Polski
Português
Română
Русский
Slovenský
Slovenski
Српски
Svenska
தமிழ்
తెలుగు
ไทย
Tagalog
Turkce
Українська
اردو
Tiếng việt
中文