_MSProject.Message(String, PjMessageType, Object, Object) 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 bool Message (string Message, Microsoft.Office.Interop.MSProject.PjMessageType Type = Microsoft.Office.Interop.MSProject.PjMessageType.pjOKOnly, object YesText, object NoText);
abstract member Message : string * Microsoft.Office.Interop.MSProject.PjMessageType * obj * obj -> bool
Public Function Message (Message As String, Optional Type As PjMessageType = Microsoft.Office.Interop.MSProject.PjMessageType.pjOKOnly, Optional YesText As Object, Optional NoText As Object) As Boolean
Parameters
- Message
- String
- Type
- PjMessageType
- YesText
- Object
- NoText
- Object