Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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)
Syntax
'Declaration
Function GetSDKReferenceDependencies ( _
SDKIdentifier As String, _
pContext As IVsPlatformReferenceProviderContext _
) As Array
Array GetSDKReferenceDependencies(
string SDKIdentifier,
IVsPlatformReferenceProviderContext pContext
)
Array^ GetSDKReferenceDependencies(
[InAttribute] String^ SDKIdentifier,
[InAttribute] IVsPlatformReferenceProviderContext^ pContext
)
abstract GetSDKReferenceDependencies :
SDKIdentifier:string *
pContext:IVsPlatformReferenceProviderContext -> Array
function GetSDKReferenceDependencies(
SDKIdentifier : String,
pContext : IVsPlatformReferenceProviderContext
) : Array
Parameters
SDKIdentifier
Type: StringThe SDK reference identifier.
pContext
Type: Microsoft.VisualStudio.Shell.Interop.IVsPlatformReferenceProviderContextThe context.
Return Value
Type: Array
The dependencies.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.