IVsSccChangesDisplayInformation.PendingChangeLabel 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 label that temporarily indicates busy status when the number of pending changes is being calculated.
public:
property System::String ^ PendingChangeLabel { System::String ^ get(); };
public:
property Platform::String ^ PendingChangeLabel { Platform::String ^ get(); };
public string PendingChangeLabel { get; }
member this.PendingChangeLabel : string
Public ReadOnly Property PendingChangeLabel As String