VSOBSEARCHCRITERIA.grfOptions Field

Specifies limits on the object search. Values are taken from the _VSOBSEARCHOPTIONS enumeration.

Namespace:  Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)

Syntax

‘선언
Public grfOptions As UInteger
‘사용 방법
Dim instance As VSOBSEARCHCRITERIA
Dim value As UInteger

value = instance.grfOptions

instance.grfOptions = value
public uint grfOptions
public:
unsigned int grfOptions
val mutable grfOptions: uint32
public var grfOptions : uint

Remarks

COM Signature

From vsshell.idl:

.NET Framework Security

See Also

Reference

VSOBSEARCHCRITERIA Structure

VSOBSEARCHCRITERIA Members

Microsoft.VisualStudio.Shell.Interop Namespace