IVsENCRebuildableProjectCfg.BelongToProject Method

This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.

Namespace:  Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop.9.0 (in Microsoft.VisualStudio.Shell.Interop.9.0.dll)

Syntax

'Declaration
Function BelongToProject ( _
    in_szFileName As String, _
    in_ENCReason As ENC_REASON, _
    in_fOnContinue As Integer _
) As Integer
int BelongToProject(
    string in_szFileName,
    ENC_REASON in_ENCReason,
    int in_fOnContinue
)
int BelongToProject(
    [InAttribute] String^ in_szFileName, 
    [InAttribute] ENC_REASON in_ENCReason, 
    [InAttribute] int in_fOnContinue
)
abstract BelongToProject : 
        in_szFileName:string * 
        in_ENCReason:ENC_REASON * 
        in_fOnContinue:int -> int
function BelongToProject(
    in_szFileName : String, 
    in_ENCReason : ENC_REASON, 
    in_fOnContinue : int
) : int

Parameters

Return Value

Type: System.Int32

.NET Framework Security

See Also

Reference

IVsENCRebuildableProjectCfg Interface

Microsoft.VisualStudio.Shell.Interop Namespace