IVsSccUnpublishedCommitsDisplayInformation.UnpublishedCommitDetail 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.
The detailed information for unpublished commits. This could, for example, be displayed as a tooltip on control.
public:
property System::String ^ UnpublishedCommitDetail { System::String ^ get(); };
public:
property Platform::String ^ UnpublishedCommitDetail { Platform::String ^ get(); };
public string UnpublishedCommitDetail { get; }
member this.UnpublishedCommitDetail : string
Public ReadOnly Property UnpublishedCommitDetail As String