Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Allows a dynamic item command to match the subsequent items in its list.
Namespace: Microsoft.VisualStudio.Shell
Assemblies: Microsoft.VisualStudio.Shell.9.0 (in Microsoft.VisualStudio.Shell.9.0.dll)
Microsoft.VisualStudio.Shell.10.0 (in Microsoft.VisualStudio.Shell.10.0.dll)
Microsoft.VisualStudio.Shell (in Microsoft.VisualStudio.Shell.dll)
Syntax
'Declaration
Public Overridable Function DynamicItemMatch ( _
cmdId As Integer _
) As Boolean
'Usage
Dim instance As OleMenuCommand
Dim cmdId As Integer
Dim returnValue As Boolean
returnValue = instance.DynamicItemMatch(cmdId)
public virtual bool DynamicItemMatch(
int cmdId
)
public:
virtual bool DynamicItemMatch(
int cmdId
)
abstract DynamicItemMatch :
cmdId:int -> bool
override DynamicItemMatch :
cmdId:int -> bool
public function DynamicItemMatch(
cmdId : int
) : boolean
Parameters
- cmdId
Type: System.Int32
The command ID.
Return Value
Type: System.Boolean
true if the dynamic item found a match, otherwise false.
Implements
IOleMenuCommand.DynamicItemMatch(Int32)
Remarks
This method must be overridden when implementing a menu. For more information, see How to: Dynamically Add Menu Items.
.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.