ShadowCopyMonitor.AreShadowCopiesObsolete Property

Whether any of the shadow-copied assemblies obsolete with regard to their on-disk files.

Namespace:  Microsoft.VisualStudio.TextTemplating
Assembly:  Microsoft.VisualStudio.TextTemplating.11.0 (in Microsoft.VisualStudio.TextTemplating.11.0.dll)

Syntax

'Declaration
Public ReadOnly Property AreShadowCopiesObsolete As Boolean
public bool AreShadowCopiesObsolete { get; }
public:
property bool AreShadowCopiesObsolete {
    bool get ();
}
member AreShadowCopiesObsolete : bool with get
function get AreShadowCopiesObsolete () : boolean

Property Value

Type: Boolean
Whether any assemblies are obsolete.

.NET Framework Security

See Also

Reference

ShadowCopyMonitor Class

Microsoft.VisualStudio.TextTemplating Namespace