IDTEProvider.GetDTE Method
This API supports the Visual Studio Tools for Applications infrastructure and is not intended to be used directly from your code.
Namespace: VSTADTEProvider.Interop
Assembly: VSTADTEProvider.Interop (in VSTADTEProvider.Interop.dll)
Syntax
'Declaration
Function GetDTE ( _
bstrHostID As String, _
dwTimeout As UInteger _
) As DTE
'Usage
Dim instance As IDTEProvider
Dim bstrHostID As String
Dim dwTimeout As UInteger
Dim returnValue As DTE
returnValue = instance.GetDTE(bstrHostID, _
dwTimeout)
DTE GetDTE(
string bstrHostID,
uint dwTimeout
)
DTE^ GetDTE(
[InAttribute] String^ bstrHostID,
[InAttribute] unsigned int dwTimeout
)
function GetDTE(
bstrHostID : String,
dwTimeout : uint
) : DTE
Parameters
- bstrHostID
Type: System.String
- dwTimeout
Type: System.UInt32
Return Value
Type: EnvDTE.DTE
.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.