IVsENCRebuildableProjectCfg.ENCRebuild Method
Namespace: Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop.9.0 (in Microsoft.VisualStudio.Shell.Interop.9.0.dll)
Syntax
'宣言
Function ENCRebuild ( _
in_pProgram As Object, _
<OutAttribute> ByRef out_ppSnapshot As Object _
) As Integer
'使用
Dim instance As IVsENCRebuildableProjectCfg
Dim in_pProgram As Object
Dim out_ppSnapshot As Object
Dim returnValue As Integer
returnValue = instance.ENCRebuild(in_pProgram, _
out_ppSnapshot)
int ENCRebuild(
Object in_pProgram,
out Object out_ppSnapshot
)
int ENCRebuild(
[InAttribute] Object^ in_pProgram,
[OutAttribute] Object^% out_ppSnapshot
)
function ENCRebuild(
in_pProgram : Object,
out_ppSnapshot : Object
) : int
Parameters
- in_pProgram
Type: System.Object
- out_ppSnapshot
Type: System.Object%
Return Value
Type: System.Int32
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
IVsENCRebuildableProjectCfg Interface