VCConfiguration.IsUpToDate Method
Namespace: Microsoft.VisualStudio.VCProjectEngine
Assembly: Microsoft.VisualStudio.VCProjectEngine (in Microsoft.VisualStudio.VCProjectEngine.dll)
Syntax
'Declaration
Function IsUpToDate ( _
logger As Object _
) As Boolean
bool IsUpToDate(
Object logger
)
bool IsUpToDate(
[InAttribute] Object^ logger
)
abstract IsUpToDate :
logger:Object -> bool
function IsUpToDate(
logger : Object
) : boolean
Parameters
- logger
Type: System.Object
Return 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.