XamlSetMarkupExtensionAttribute(String) Constructor
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.
Initializes a new instance of the XamlSetMarkupExtensionAttribute class.
public:
XamlSetMarkupExtensionAttribute(System::String ^ xamlSetMarkupExtensionHandler);
public XamlSetMarkupExtensionAttribute (string xamlSetMarkupExtensionHandler);
new System.Windows.Markup.XamlSetMarkupExtensionAttribute : string -> System.Windows.Markup.XamlSetMarkupExtensionAttribute
Public Sub New (xamlSetMarkupExtensionHandler As String)
Parameters
- xamlSetMarkupExtensionHandler
- String
The name of the handler to use for markup extension set operations.
Remarks
The method referenced by name through the xamlSetMarkupExtensionHandler
value should be based on a generic EventHandler<TEventArgs> delegate with XamlSetMarkupExtensionEventArgs event data constraint.
Applies to
Colaborați cu noi pe GitHub
Sursa pentru acest conținut poate fi găsită pe GitHub, unde puteți, de asemenea, să creați și să consultați probleme și solicitări de tragere. Pentru mai multe informații, consultați ghidul nostru pentru colaboratori.