RemoteWpfUserControlDefinition Struct
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.
Xaml definition of a remote UI WPF control.
[System.Runtime.CompilerServices.IsReadOnly]
[System.Runtime.Serialization.DataContract]
public readonly struct RemoteWpfUserControlDefinition
[<System.Runtime.CompilerServices.IsReadOnly>]
[<System.Runtime.Serialization.DataContract>]
type RemoteWpfUserControlDefinition = struct
Public Structure RemoteWpfUserControlDefinition
- Inheritance
-
RemoteWpfUserControlDefinition
- Attributes
Constructors
RemoteWpfUserControlDefinition(String, IReadOnlyDictionary<String,String>) |
Initializes a new instance of the RemoteWpfUserControlDefinition struct. |
RemoteWpfUserControlDefinition(String) |
Initializes a new instance of the RemoteWpfUserControlDefinition struct. |
Properties
ResourcesXaml |
Gets the xaml definition of the remote user control. |
Xaml |
Gets the xaml definition of the remote user control. |