Konstruktor WAProvideProjectFactoryAttribute — (Type, String, String, Boolean, String, String)
Przestrzeń nazw: Microsoft.VisualStudio.Shell
Zestaw: Microsoft.VisualStudio.Shell.11.0 (w Microsoft.VisualStudio.Shell.11.0.dll)
Składnia
'Deklaracja
Public Sub New ( _
factoryType As Type, _
name As String, _
languageVsTemplate As String, _
showOnlySpecifiedTemplatesVsTemplate As Boolean, _
templateGroupIDsVsTemplate As String, _
templateIDsVsTemplate As String _
)
public WAProvideProjectFactoryAttribute(
Type factoryType,
string name,
string languageVsTemplate,
bool showOnlySpecifiedTemplatesVsTemplate,
string templateGroupIDsVsTemplate,
string templateIDsVsTemplate
)
Parametry
- factoryType
Typ: System.Type
- name
Typ: System.String
- languageVsTemplate
Typ: System.String
- showOnlySpecifiedTemplatesVsTemplate
Typ: System.Boolean
- templateGroupIDsVsTemplate
Typ: System.String
- templateIDsVsTemplate
Typ: System.String
Zabezpieczenia programu .NET Framework
- Pełne zaufanie do bezpośredniego wywołującego. Tego elementu członkowskiego nie można używać w kodzie częściowo zaufanym. Aby uzyskać więcej informacji, zobacz Przy użyciu bibliotek z częściowo zaufanego kodu..
Zobacz też
Informacje
WAProvideProjectFactoryAttribute Klasa