IVsENCRebuildableProjectCfg.BelongToProject Method

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

Syntax

‘선언
Function BelongToProject ( _
    in_szFileName As String, _
    in_ENCReason As ENC_REASON, _
    in_fOnContinue As Integer _
) As Integer
‘사용 방법
Dim instance As IVsENCRebuildableProjectCfg
Dim in_szFileName As String
Dim in_ENCReason As ENC_REASON
Dim in_fOnContinue As Integer
Dim returnValue As Integer

returnValue = instance.BelongToProject(in_szFileName, _
    in_ENCReason, in_fOnContinue)
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

IVsENCRebuildableProjectCfg Members

Microsoft.VisualStudio.Shell.Interop Namespace