WindowsRuntimeDesignerContext Class

Definition

Provides customized assembly binding for designers that are used to create Windows 8.x Store apps.

This API supports the product infrastructure and is not intended to be used directly from your code.

public ref class WindowsRuntimeDesignerContext sealed
public sealed class WindowsRuntimeDesignerContext
type WindowsRuntimeDesignerContext = class
Public NotInheritable Class WindowsRuntimeDesignerContext
Inheritance
WindowsRuntimeDesignerContext

Remarks

This feature is used only in developer mode for Windows 8.x Store apps. It enables designers to supply isolated binding contexts as required, during iterative development of assemblies.

Constructors

WindowsRuntimeDesignerContext(IEnumerable<String>, String)

This API supports the product infrastructure and is not intended to be used directly from your code.

Initializes a new instance of the WindowsRuntimeDesignerContext class, specifying the set of paths to search for third-party Windows Runtime types and for managed assemblies, and specifying the name of the context.

Properties

Name

This API supports the product infrastructure and is not intended to be used directly from your code.

Gets the name of the designer binding context.

Methods

Equals(Object)

Determines whether the specified object is equal to the current object.

(Inherited from Object)
GetAssembly(String)

This API supports the product infrastructure and is not intended to be used directly from your code.

Loads the specified assembly from the current context.

GetHashCode()

Serves as the default hash function.

(Inherited from Object)
GetType()

Gets the Type of the current instance.

(Inherited from Object)
GetType(String)

This API supports the product infrastructure and is not intended to be used directly from your code.

Loads the specified type from the current context.

InitializeSharedContext(IEnumerable<String>)

This API supports the product infrastructure and is not intended to be used directly from your code.

Creates a context and sets it as the shared context.

MemberwiseClone()

Creates a shallow copy of the current Object.

(Inherited from Object)
SetIterationContext(WindowsRuntimeDesignerContext)

This API supports the product infrastructure and is not intended to be used directly from your code.

Sets a context to handle iterations of assembly binding requests, as assemblies are recompiled during the design process.

ToString()

Returns a string that represents the current object.

(Inherited from Object)

Applies to