System.Runtime.InteropServices.WindowsRuntime.DesignerNamespaceResolveEventArgs Members

The members of System.Runtime.InteropServices.WindowsRuntime.DesignerNamespaceResolveEventArgs are listed below.

See Also: Inherited members from System.EventArgs

Public Constructors

Public Properties

[read-only]
NamespaceNamestring.

Gets the name of the namespace to resolve.

[read-only]
ResolvedAssemblyFilesSystem.Collections.ObjectModel.Collection<string>.

Gets a collection of assembly file paths; when the event handler for the WindowsRuntimeMetadata.DesignerNamespaceResolve event is invoked, the collection is empty, and the event handler is responsible for adding the necessary assembly files.