Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Allows a dynamic item command to match the subsequent items in its list.
Namespace:  Microsoft.VisualStudio.Shell
Assembly:  Microsoft.VisualStudio.Shell.Interop.8.0 (in Microsoft.VisualStudio.Shell.Interop.8.0.dll)
Syntax
'Declaration
Function DynamicItemMatch ( _
    cmdId As Integer _
) As Boolean
bool DynamicItemMatch(
    int cmdId
)
bool DynamicItemMatch(
    int cmdId
)
abstract DynamicItemMatch : 
        cmdId:int -> bool
function DynamicItemMatch(
    cmdId : int
) : boolean
Parameters
- cmdId 
 Type: Int32- The command ID. 
Return Value
Type: Boolean
true if there was a match, otherwise false.
Remarks
This method must be overridden when implementing a menu via DYNAMICITEMSTART.
.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.