GetSDKReferenceFiles.ReferenceExtensions 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.
Extensions which should be considered reference files, we will look for the files in the order they are specified in the array.
public:
property cli::array <System::String ^> ^ ReferenceExtensions { cli::array <System::String ^> ^ get(); void set(cli::array <System::String ^> ^ value); };
public string[] ReferenceExtensions { get; set; }
member this.ReferenceExtensions : string[] with get, set
Public Property ReferenceExtensions As String()
Property Value
String[]
Returns String.