IVsReferenceManager2.GetSDKReferenceDependencies Method

Definition

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.

Applies to