Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Initializes a new instance of the WebSiteProjectAttribute class.
Namespace:  Microsoft.VisualStudio.Shell
Assembly:  Microsoft.VisualStudio.Shell.12.0 (in Microsoft.VisualStudio.Shell.12.0.dll)
Syntax
'Declaration
Public Sub New ( _
    languageID As String, _
    languageName As String _
)
public WebSiteProjectAttribute(
    string languageID,
    string languageName
)
public:
WebSiteProjectAttribute(
    String^ languageID, 
    String^ languageName
)
new : 
        languageID:string * 
        languageName:string -> WebSiteProjectAttribute
public function WebSiteProjectAttribute(
    languageID : String, 
    languageName : String
)
Parameters
- languageID 
 Type: String- Language identifier being referenced from the Visual Studio template. 
- languageName 
 Type: String- Language name that shows up in the Add New Web Site dialog under the list of languages. 
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.