IVsReferenceManager2::GetSDKReferenceDependencies Method (String^, IVsPlatformReferenceProviderContext^)

 

Given an SDK Reference, parse the manifest and return a list of dependencies.

Namespace:   Microsoft.VisualStudio.Shell.Interop
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.

Return Value

Type: System::Array^

The dependencies.

Return to top
Show: