Project.GetDisplayNameFromObjectMatchingID method (Project)
Returns the display name of an object.
Syntax
expression. GetDisplayNameFromObjectMatchingID
( _ObjectType_
, _MatchingID_
)
expression A variable that represents a Project object.
Parameters
Name | Required/Optional | Data type | Description |
---|---|---|---|
ObjectType | Required | Long | The type of object. Can be one of the PjOrganizer constants. |
MatchingID | Required | String | String specifying the matching name of the object. |
Return value
String
Remarks
Use the GetDisplayNameFromObjectMatchingID method to get the display name in a multilanguage environment that uses Object Matching Identifier (OMID) fields. For more information, see the UseOMIDs property.
Example
The following example gets the display name of View object that has the Matching ID "My Gantt Chart".
MsgBox(ActiveProject.GetDisplayNameFromObjectMatchingID(pjView, "My Gantt Chart"))
Support and feedback
Have questions or feedback about Office VBA or this documentation? Please see Office VBA support and feedback for guidance about the ways you can receive support and provide feedback.