SdkResult.AdditionalPaths Property

Definition

Additional resolved SDK paths beyond the one specified in Path

public:
 virtual property System::Collections::Generic::IList<System::String ^> ^ AdditionalPaths { System::Collections::Generic::IList<System::String ^> ^ get(); void set(System::Collections::Generic::IList<System::String ^> ^ value); };
public virtual System.Collections.Generic.IList<string> AdditionalPaths { get; set; }
member this.AdditionalPaths : System.Collections.Generic.IList<string> with get, set
Public Overridable Property AdditionalPaths As IList(Of String)

Property Value

Remarks

This allows an SDK resolver to return multiple SDK paths, which will all be imported.

Applies to