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
- 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.