IOleMenuCommand Interface  
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents an OLE menu command.
public interface class IOleMenuCommand
	public interface class IOleMenuCommand
	__interface IOleMenuCommand
	[System.Runtime.InteropServices.ComVisible(false)]
public interface IOleMenuCommand
	[<System.Runtime.InteropServices.ComVisible(false)>]
type IOleMenuCommand = interface
	Public Interface IOleMenuCommand
	- Derived
 
- Attributes
 
Properties
| ParametersDescription | 
		 Gets or sets the parameter description.  | 
        	
| Text | 
		 Gets or sets the text.  | 
        	
Methods
| DynamicItemMatch(Int32) | 
		 Allows a dynamic item command to match the subsequent items in its list.  | 
        	
| Invoke(Object, IntPtr) | 
		 Invokes the command.  |