TypeLibInfoClass.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)
'Declaration
Public Overridable Function GetMembersDirect ( _
SearchData As Integer, _
hWnd As Integer, _
WindowType As TliWindowTypes, _
ItemDataType As TliItemDataTypes, _
ShowUnderscore As Boolean _
) As Short
'Usage
Dim instance As TypeLibInfoClass
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)
public virtual short GetMembersDirect(
int SearchData,
int hWnd,
TliWindowTypes WindowType,
TliItemDataTypes ItemDataType,
bool ShowUnderscore
)
public:
virtual short GetMembersDirect(
[InAttribute] int SearchData,
[InAttribute] int hWnd,
[InAttribute] TliWindowTypes WindowType,
[InAttribute] TliItemDataTypes ItemDataType,
[InAttribute] bool ShowUnderscore
)
public function GetMembersDirect(
SearchData : int,
hWnd : int,
WindowType : TliWindowTypes,
ItemDataType : TliItemDataTypes,
ShowUnderscore : boolean
) : short
- SearchData
Type: System.Int32
- hWnd
Type: System.Int32
- WindowType
Type: TLI.TliWindowTypes
- ItemDataType
Type: TLI.TliItemDataTypes
- ShowUnderscore
Type: System.Boolean
Type: System.Int16
_TypeLibInfo.GetMembersDirect(Int32, Int32, TliWindowTypes, TliItemDataTypes, Boolean)
- 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.