Share via


Source.HandlesSnapshots Property

Namespace:  Microsoft.VisualStudio.Package
Assembly:  Microsoft.VisualStudio.Package.LanguageService.10.0 (in Microsoft.VisualStudio.Package.LanguageService.10.0.dll)

Syntax

‘선언
Protected Property HandlesSnapshots As Boolean
    Get
    Set
‘사용 방법
Dim value As Boolean

value = Me.HandlesSnapshots

Me.HandlesSnapshots = value
protected bool HandlesSnapshots { get; set; }
protected:
property bool HandlesSnapshots {
    bool get ();
    void set (bool value);
}
member HandlesSnapshots : bool with get, set
function get HandlesSnapshots () : boolean
function set HandlesSnapshots (value : boolean)

Property Value

Type: System.Boolean

.NET Framework Security

See Also

Reference

Source Class

Source Members

Microsoft.VisualStudio.Package Namespace