XamlSetMarkupExtensionEventArgs 클래스
정의
XAML 개체 작성기에서 태그 확장을 사용하여 값을 설정할 때 호출되는 콜백에 데이터를 제공합니다.Provides data for callbacks that are invoked when a XAML object writer sets a value using a markup extension.
public ref class XamlSetMarkupExtensionEventArgs : System::Windows::Markup::XamlSetValueEventArgs
public class XamlSetMarkupExtensionEventArgs : System.Windows.Markup.XamlSetValueEventArgs
type XamlSetMarkupExtensionEventArgs = class
inherit XamlSetValueEventArgs
Public Class XamlSetMarkupExtensionEventArgs
Inherits XamlSetValueEventArgs
- 상속
설명
클래스를 사용 하 여 나타낼 수 있지만 XamlSetMarkupExtensionAttribute 태그 확장을 통해 값을 설정 하려는 모든 시도 처리 하는 경우에 이렇게 하려면 둘 이상의 태그 확장을 사용할 수도 있습니다.Although a class might indicate with XamlSetMarkupExtensionAttribute that it handles all attempts to set a value through a markup extension, it might also use more than one markup extension to do so. 따라서 각 집합 작업 지원 코드에서 별도 태그 확장 구현 궁극적으로 확인합니다.Thus each set operation ultimately resolves to a separate markup extension implementation in the supporting code. 합니다 XamlSetMarkupExtensionEventArgs 클래스는 콜백을 따라 분기할 수 있도록 각 시도 된 태그 확장 설정 작업의 세부 정보를 보고에 대 한 다른 MarkupExtension 사례입니다.The XamlSetMarkupExtensionEventArgs class reports the specifics of each attempted markup extension set operation so that the callback can branch accordingly for different MarkupExtension cases.
생성자
XamlSetMarkupExtensionEventArgs(XamlMember, MarkupExtension, IServiceProvider) |
XamlSetMarkupExtensionEventArgs 클래스의 새 인스턴스를 초기화합니다.Initializes a new instance of the XamlSetMarkupExtensionEventArgs class. |
속성
Handled |
XamlSetValueEventArgs를 사용하는 호출자가 CallBase()를 호출하지 않고 값을 사용할 수 있는지 결정하는 값을 가져오거나 설정합니다.Gets or sets a value that determines whether a caller that is using the XamlSetValueEventArgs can use the values without having to call CallBase(). (다음에서 상속됨 XamlSetValueEventArgs) |
MarkupExtension |
이 MarkupExtension와 관련된 XamlSetMarkupExtensionEventArgs 참조를 가져옵니다.Gets the MarkupExtension reference that is relevant to this XamlSetMarkupExtensionEventArgs. |
Member |
설정될 멤버에 대한 XAML 형식 시스템과 XAML 스키마 정보를 가져옵니다.Gets XAML type system and XAML schema information for the member being set. (다음에서 상속됨 XamlSetValueEventArgs) |
ServiceProvider |
태그 확장에 전달된 서비스 공급자 정보를 가져옵니다.Gets service provider information that was passed to the markup extension. |
Value |
설정될 멤버에 제공할 값을 가져오거나 설정합니다.Gets the value to provide for the member being set. (다음에서 상속됨 XamlSetValueEventArgs) |
메서드
CallBase() |
현재 활성 형식의 기본 클래스에 정의된 콜백을 호출하는 방법을 제공합니다.Provides a way to invoke a callback as defined on a base class of the current acting type. |
Equals(Object) |
지정된 개체가 현재 개체와 같은지 확인합니다.Determines whether the specified object is equal to the current object. (다음에서 상속됨 Object) |
GetHashCode() |
기본 해시 함수로 작동합니다.Serves as the default hash function. (다음에서 상속됨 Object) |
GetType() |
현재 인스턴스의 Type을 가져옵니다.Gets the Type of the current instance. (다음에서 상속됨 Object) |
MemberwiseClone() |
현재 Object의 단순 복사본을 만듭니다.Creates a shallow copy of the current Object. (다음에서 상속됨 Object) |
ToString() |
현재 개체를 나타내는 문자열을 반환합니다.Returns a string that represents the current object. (다음에서 상속됨 Object) |