OpenDocumentOptions.CustomDocumentWindowCaption Property
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.
Gets custom document window caption. The following substitution variables are supported: %1 - the project name %2 - the document's project item hierarchy name %3 - the document name.
public:
property System::String ^ CustomDocumentWindowCaption { System::String ^ get(); };
[System.Runtime.Serialization.DataMember(Order=9)]
public string? CustomDocumentWindowCaption { get; }
[<System.Runtime.Serialization.DataMember(Order=9)>]
member this.CustomDocumentWindowCaption : string
Public ReadOnly Property CustomDocumentWindowCaption As String
Property Value
- Attributes
Remarks
Used when DocumentWindowCaptionKind is set to Custom.