VsShellUtilities.TryGetPackageExtensionPoint<TExtensionPoint, TInterface> Method
Namespace: Microsoft.VisualStudio.Shell
Assembly: Microsoft.VisualStudio.Shell.11.0 (in Microsoft.VisualStudio.Shell.11.0.dll)
Syntax
'Declaración
Public Shared Function TryGetPackageExtensionPoint(Of TExtensionPoint As Class, TInterface As Class) ( _
package As Guid, _
instance As Guid _
) As TInterface
public static TInterface TryGetPackageExtensionPoint<TExtensionPoint, TInterface>(
Guid package,
Guid instance
)
where TExtensionPoint : class
where TInterface : class
Type Parameters
- TExtensionPoint
- TInterface
Parameters
- package
Type: System.Guid
- instance
Type: System.Guid
Return Value
Type: TInterface
.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.