IVsPlatformReferenceProviderContext2.SDKDirectoryRoot 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.
Gets or sets the location on disk where unregistered software development kits (SDKs) are stored.
public:
property System::String ^ SDKDirectoryRoot { System::String ^ get(); void set(System::String ^ value); };
public:
property Platform::String ^ SDKDirectoryRoot { Platform::String ^ get(); void set(Platform::String ^ value); };
[System.Runtime.InteropServices.DispId(1610743820)]
public string SDKDirectoryRoot { get; set; }
[<System.Runtime.InteropServices.DispId(1610743820)>]
member this.SDKDirectoryRoot : string with get, set
Public Property SDKDirectoryRoot As String
Property Value
The location on disk where unregistered software development kits (SDKs) are stored.
Implements
- Attributes