SdkResult.AdditionalPaths Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.