ProvideDependentAssemblyAttribute._guidUpdateNeeded Field
This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Indicates whether a GUID update is required. If true, a GUID update is required. If false (default), no update is required.
Namespace: Microsoft.VisualStudio.Shell
Assembly: Microsoft.VisualStudio.Shell.11.0 (in Microsoft.VisualStudio.Shell.11.0.dll)
Syntax
'Declaration
Protected _guidUpdateNeeded As Boolean
protected bool _guidUpdateNeeded
protected:
bool _guidUpdateNeeded
val mutable _guidUpdateNeeded: bool
protected var _guidUpdateNeeded : 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.