VsExportProviderService.TryGetExportedObject<T> Method (T%)
[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]
Namespace: Microsoft.VisualStudio.ExtensibilityHosting
Assembly: Microsoft.VisualStudio.ExtensibilityHosting (in Microsoft.VisualStudio.ExtensibilityHosting.dll)
Syntax
'Declaration
Public Shared Function TryGetExportedObject(Of T) ( _
<OutAttribute> ByRef value As T _
) As Boolean
'Usage
Dim value As T
Dim returnValue As Boolean
returnValue = VsExportProviderService.TryGetExportedObject(value)
public static bool TryGetExportedObject<T>(
out T value
)
public:
generic<typename T>
static bool TryGetExportedObject(
[OutAttribute] T% value
)
static member TryGetExportedObject :
value:'T byref -> bool
JScript does not support generic types or methods.
Type Parameters
- T
Parameters
- value
Type: T%
Return Value
Type: System.Boolean
.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.
See Also
Reference
VsExportProviderService Members