IVsENCRebuildableProjectCfg.BelongToProject(String, ENC_REASON, Int32) Method

Definition

public:
 int BelongToProject(System::String ^ in_szFileName, Microsoft::VisualStudio::Shell::Interop::ENC_REASON in_ENCReason, int in_fOnContinue);
public:
 int BelongToProject(Platform::String ^ in_szFileName, Microsoft::VisualStudio::Shell::Interop::ENC_REASON in_ENCReason, int in_fOnContinue);
int BelongToProject(std::wstring const & in_szFileName, Microsoft::VisualStudio::Shell::Interop::ENC_REASON in_ENCReason, int in_fOnContinue);
public int BelongToProject (string in_szFileName, Microsoft.VisualStudio.Shell.Interop.ENC_REASON in_ENCReason, int in_fOnContinue);
abstract member BelongToProject : string * Microsoft.VisualStudio.Shell.Interop.ENC_REASON * int -> int
Public Function BelongToProject (in_szFileName As String, in_ENCReason As ENC_REASON, in_fOnContinue As Integer) As Integer

Parameters

in_szFileName
String
in_ENCReason
ENC_REASON
in_fOnContinue
Int32

Returns

Applies to