_IProjectDoc.SetObjectMatchingID(PjOrganizer, String, String) Method
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.
public:
void SetObjectMatchingID(Microsoft::Office::Interop::MSProject::PjOrganizer ObjectType, System::String ^ ObjectName, System::String ^ MatchingID);
public void SetObjectMatchingID (Microsoft.Office.Interop.MSProject.PjOrganizer ObjectType, string ObjectName, string MatchingID);
abstract member SetObjectMatchingID : Microsoft.Office.Interop.MSProject.PjOrganizer * string * string -> unit
Public Sub SetObjectMatchingID (ObjectType As PjOrganizer, ObjectName As String, MatchingID As String)
Parameters
- ObjectType
- PjOrganizer
- ObjectName
- String
- MatchingID
- String