title | keywords | f1_keywords | ms.service | api_name | ms.assetid | ms.date | ms.localizationpriority | ||
---|---|---|---|---|---|---|---|---|---|
Application.ObjectVerb method (Project) |
vbapj.chm237 |
|
project-server |
|
55507406-5a36-0361-3b91-7f17860dc577 |
06/08/2017 |
medium |
Instructs the active object to perform an action.
expression. ObjectVerb
( _Verb_
)
expression A variable that represents an Application object.
Name | Required/Optional | Data type | Description |
---|---|---|---|
Verb | Optional | Long | The action that the active object should perform. |
Boolean
For a list of the actions an object can perform, select the object, and then run the Object command.
To determine the number associated with a particular action, run regedit.exe by clicking the Windows Start button and then clicking Run. The RegEdit.exe file is in the %windir%
folder.
Negotiate the registry tree to HKEY_CLASSES_ROOT\ AppName. DocumentName \protocol\StdFileEditing\Verb\ number, where AppName is the name of the application, DocumentName is the name of the document, and number is the key for an action. For Microsoft Office PowerPoint 2007 , for example, HKEY_CLASSES_ROOT\PowerPoint.Show.12\protocol\StdFileEditing\Verb\0 is the key for the Show command.
[!includeSupport and feedback]