FlavoredProjectFactoryBase.IVsProjectFactory.CanCreateProject, méthode
Espace de noms : Microsoft.VisualStudio.Shell.Flavor
Assembly : Microsoft.VisualStudio.Shell.11.0 (dans Microsoft.VisualStudio.Shell.11.0.dll)
Syntaxe
'Déclaration
Private Function CanCreateProject ( _
fileName As String, _
flags As UInteger, _
<OutAttribute> ByRef canCreate As Integer _
) As Integer Implements IVsProjectFactory.CanCreateProject
int IVsProjectFactory.CanCreateProject(
string fileName,
uint flags,
out int canCreate
)
Paramètres
- fileName
Type : System.String
- flags
Type : System.UInt32
- canCreate
Type : System.Int32%
Valeur de retour
Type : System.Int32
Implémentations
IVsProjectFactory.CanCreateProject(String, UInt32, Int32%)
Sécurité .NET Framework
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, consultez Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.