Cancels the environment's registration to receive notifications of build status events.
Namespace: Microsoft.VisualStudio.Package
Assembly: MPF.Project.NonShipping (in MPF.Project.NonShipping.dll)
Syntax
'宣言
Public Overridable Function UnadviseBuildStatusCallback ( _
cookie As UInteger _
) As Integer
'使用
Dim instance As BuildableProjectConfig
Dim cookie As UInteger
Dim returnValue As Integer
returnValue = instance.UnadviseBuildStatusCallback(cookie)
public virtual int UnadviseBuildStatusCallback(
uint cookie
)
public:
virtual int UnadviseBuildStatusCallback(
unsigned int cookie
)
public function UnadviseBuildStatusCallback(
cookie : uint
) : int
Parameters
cookie
Type: System.UInt32A handle that represents the representation to be cancelled.
Return Value
Type: System.Int32
If the method succeeds, it returns S_OK, otherwise it returns an error code.
Implements
IVsBuildableProjectCfg.UnadviseBuildStatusCallback(UInt32)
Permissions
- 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.
See Also
Reference
BuildableProjectConfig Members