Share via


IsBufferingDescriptions Property

Indicates that the descriptions are going to be changing rapidly and the message owner wishes to only update every CallbackInterval.

Namespace:  Microsoft.VisualStudio.Data.Tools.Package.DataToolsOperations
Assembly:  Microsoft.VisualStudio.Data.Tools.Package (in Microsoft.VisualStudio.Data.Tools.Package.dll)

Syntax

'Declaration
Public Property IsBufferingDescriptions As Boolean
    Get
    Set
'Usage
Dim instance As Message
Dim value As Boolean

value = instance.IsBufferingDescriptions

instance.IsBufferingDescriptions = value
public bool IsBufferingDescriptions { get; set; }
public:
property bool IsBufferingDescriptions {
    bool get ();
    void set (bool value);
}
member IsBufferingDescriptions : bool with get, set
function get IsBufferingDescriptions () : boolean
function set IsBufferingDescriptions (value : boolean)

Property Value

Type: System..::..Boolean

See Also

Reference

Message Class

Microsoft.VisualStudio.Data.Tools.Package.DataToolsOperations Namespace