UidManager.IntermediateDirectory Property

Definition

Gets or sets the directory that is used to back up the source XAML files that are specified by the MarkupFiles property.

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

public:
 property System::String ^ IntermediateDirectory { System::String ^ get(); void set(System::String ^ value); };
public string IntermediateDirectory { get; set; }
member this.IntermediateDirectory : string with get, set
Public Property IntermediateDirectory As String

Property Value

The directory that is used to back up the source XAML files that are specified by the MarkupFiles property.

Applies to