Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Whether any of the shadow-copied assemblies obsolete with regard to their on-disk files.
Namespace: Microsoft.VisualStudio.TextTemplating
Assembly: Microsoft.VisualStudio.TextTemplating.12.0 (in Microsoft.VisualStudio.TextTemplating.12.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: System.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.