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
- in_szFileName
 Type: String
- in_ENCReason
 Type: Microsoft.VisualStudio.Shell.Interop.ENC_REASON
- in_fOnContinue
 Type: Int32
Return Value
Type: 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.