MarkupCompilePass1.KnownReferencePaths Property

Definition

Gets or sets the paths of referenced assemblies that do not change during the build procedure.

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

public:
 property cli::array <System::String ^> ^ KnownReferencePaths { cli::array <System::String ^> ^ get(); void set(cli::array <System::String ^> ^ value); };
public string[] KnownReferencePaths { get; set; }
member this.KnownReferencePaths : string[] with get, set
Public Property KnownReferencePaths As String()

Property Value

String[]

The paths of referenced assemblies that do not change during the build procedure.

Applies to