VsMenus.VSCmdOptQueryParameterList Property
Gets the high order word value for the options parameter when querying parameter lists.
Namespace: Microsoft.VisualStudio.Data.Schema.Project.Project.MPF
Assembly: Microsoft.VisualStudio.Data.Schema.Project (in Microsoft.VisualStudio.Data.Schema.Project.dll)
Syntax
'Declaration
Public Shared ReadOnly Property VSCmdOptQueryParameterList As Integer
Get
'Usage
Dim value As Integer
value = VsMenus.VSCmdOptQueryParameterList
public static int VSCmdOptQueryParameterList { get; }
public:
static property int VSCmdOptQueryParameterList {
int get ();
}
static function get VSCmdOptQueryParameterList () : int
static member VSCmdOptQueryParameterList : int
Property Value
Type: System.Int32
.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
Microsoft.VisualStudio.Data.Schema.Project.Project.MPF Namespace