Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Determines whether this is an actual build operation, or is a design-time-only generation for IntelliSense purposes.
Namespace: Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop.9.0 (in Microsoft.VisualStudio.Shell.Interop.9.0.dll)
Syntax
'Declaration
Public Overridable Function IsRealBuildOperation ( _
<OutAttribute> ByRef pfIsRealBuild As Integer _
) As Integer
public virtual int IsRealBuildOperation(
out int pfIsRealBuild
)
public:
virtual int IsRealBuildOperation(
[OutAttribute] int% pfIsRealBuild
)
abstract IsRealBuildOperation :
pfIsRealBuild:int byref -> int
override IsRealBuildOperation :
pfIsRealBuild:int byref -> int
public function IsRealBuildOperation(
pfIsRealBuild : int
) : int
Parameters
pfIsRealBuild
Type: System.Int32%[out] Flag indicating whether this is an actual build. Returns true if it is an actual build, false if it is a design-time-only generation.
Return Value
Type: System.Int32
Returns S_OK if the method is successful, E_FAIL if the method fails.
Implements
IVsMSBuildTaskFileManager.IsRealBuildOperation(Int32%)
.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.