IVsSccChangesDisplayInformation.PendingChangeDetail 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 pending changes in a repository. This could, for example, be displayed as a tooltip on control.
public:
property System::String ^ PendingChangeDetail { System::String ^ get(); };
public:
property Platform::String ^ PendingChangeDetail { Platform::String ^ get(); };
public string PendingChangeDetail { get; }
member this.PendingChangeDetail : string
Public ReadOnly Property PendingChangeDetail As String