IOleMenuCommand.DynamicItemMatch Method
Namespace: Microsoft.VisualStudio.Shell
Assembly: Microsoft.VisualStudio.Shell.Interop.8.0 (in Microsoft.VisualStudio.Shell.Interop.8.0.dll)
Syntax
'Déclaration
Function DynamicItemMatch ( _
cmdId As Integer _
) As Boolean
'Utilisation
Dim instance As IOleMenuCommand
Dim cmdId As Integer
Dim returnValue As Boolean
returnValue = instance.DynamicItemMatch(cmdId)
bool DynamicItemMatch(
int cmdId
)
bool DynamicItemMatch(
int cmdId
)
abstract DynamicItemMatch :
cmdId:int -> bool
function DynamicItemMatch(
cmdId : int
) : boolean
Parameters
- cmdId
Type: System.Int32
Return Value
Type: System.Boolean
.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.