Source.HandlesSnapshots Property
Namespace: Microsoft.VisualStudio.Package
Assembly: Microsoft.VisualStudio.Package.LanguageService.10.0 (in Microsoft.VisualStudio.Package.LanguageService.10.0.dll)
Syntax
'Declaration
Protected Property HandlesSnapshots As Boolean
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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.