Partager via


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

Return Value

Type: System.Boolean

.NET Framework Security

See Also

Reference

IOleMenuCommand Interface

IOleMenuCommand Members

Microsoft.VisualStudio.Shell Namespace