_TypeLibInfo.GetMembersDirect Method
This API supports the Visual Studio Tools for Applications infrastructure and is not intended to be used directly from your code.
Namespace: TLI
Assembly: Microsoft.TLI.Interop (in Microsoft.TLI.Interop.dll)
Syntax
'Declaration
Function GetMembersDirect ( _
SearchData As Integer, _
hWnd As Integer, _
WindowType As TliWindowTypes, _
ItemDataType As TliItemDataTypes, _
ShowUnderscore As Boolean _
) As Short
'Usage
Dim instance As _TypeLibInfo
Dim SearchData As Integer
Dim hWnd As Integer
Dim WindowType As TliWindowTypes
Dim ItemDataType As TliItemDataTypes
Dim ShowUnderscore As Boolean
Dim returnValue As Short
returnValue = instance.GetMembersDirect(SearchData, _
hWnd, WindowType, ItemDataType, ShowUnderscore)
short GetMembersDirect(
int SearchData,
int hWnd,
TliWindowTypes WindowType,
TliItemDataTypes ItemDataType,
bool ShowUnderscore
)
short GetMembersDirect(
[InAttribute] int SearchData,
[InAttribute] int hWnd,
[InAttribute] TliWindowTypes WindowType,
[InAttribute] TliItemDataTypes ItemDataType,
[InAttribute] bool ShowUnderscore
)
function GetMembersDirect(
SearchData : int,
hWnd : int,
WindowType : TliWindowTypes,
ItemDataType : TliItemDataTypes,
ShowUnderscore : boolean
) : short
Parameters
- SearchData
Type: System.Int32
- hWnd
Type: System.Int32
- WindowType
Type: TLI.TliWindowTypes
- ItemDataType
Type: TLI.TliItemDataTypes
- ShowUnderscore
Type: System.Boolean
Return Value
Type: System.Int16
.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.