IVsReferenceManager2.GetSDKReferenceDependencies Method
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.
Given an SDK Reference, parse the manifest and return a list of dependencies.
public:
Array ^ GetSDKReferenceDependencies(System::String ^ SDKIdentifier, Microsoft::VisualStudio::Shell::Interop::IVsPlatformReferenceProviderContext ^ pContext);
public Array GetSDKReferenceDependencies (string SDKIdentifier, Microsoft.VisualStudio.Shell.Interop.IVsPlatformReferenceProviderContext pContext);
abstract member GetSDKReferenceDependencies : string * Microsoft.VisualStudio.Shell.Interop.IVsPlatformReferenceProviderContext -> Array
Public Function GetSDKReferenceDependencies (SDKIdentifier As String, pContext As IVsPlatformReferenceProviderContext) As Array
Parameters
- SDKIdentifier
- String
The SDK reference identifier.
- pContext
- IVsPlatformReferenceProviderContext
The context.
Returns
The dependencies.