SDKManifest.DependsOnSDK 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.
DependsOnSDK is a semicolon delimited list of SDK identities that the SDK requires be resolved in order to function.
public:
property System::String ^ DependsOnSDK { System::String ^ get(); };
public string DependsOnSDK { get; }
member this.DependsOnSDK : string
Public ReadOnly Property DependsOnSDK As String