IVsReferenceManager2::GetSDKReferenceDependencies Method (String^, IVsPlatformReferenceProviderContext^)
Visual Studio 2015
Given an SDK Reference, parse the manifest and return a list of dependencies.
Assembly: Microsoft.VisualStudio.Shell.Interop.11.0 (in Microsoft.VisualStudio.Shell.Interop.11.0.dll)
Array^ GetSDKReferenceDependencies( String^ SDKIdentifier, IVsPlatformReferenceProviderContext^ pContext )
Parameters
- SDKIdentifier
-
Type:
System::String^
The SDK reference identifier.
- pContext
-
Type:
Microsoft.VisualStudio.Shell.Interop::IVsPlatformReferenceProviderContext^
The context.
Show: