Compartilhar via


Método IVCWizCtlUI.ValidateCSharpFile

Não implementado.

Namespace:  Microsoft.VisualStudio.VsWizard
Assembly:  Microsoft.VisualStudio.VsWizard (em Microsoft.VisualStudio.VsWizard.dll)

Sintaxe

'Declaração
Function ValidateCSharpFile ( _
    bstrName As String _
) As Boolean
bool ValidateCSharpFile(
    string bstrName
)
bool ValidateCSharpFile(
    [InAttribute] String^ bstrName
)
abstract ValidateCSharpFile : 
        bstrName:string -> bool
function ValidateCSharpFile(
    bstrName : String
) : boolean

Parâmetros

  • bstrName
    Tipo: String

     

Valor de retorno

Tipo: Boolean
NOT_IMPL

Segurança do .NET Framework

Consulte também

Referência

IVCWizCtlUI Interface

Namespace Microsoft.VisualStudio.VsWizard