IVsReferenceManager2.GetSDKReferenceDependencies Method
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: System.String
Return Value
Type: System.Array
.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.