WebSiteProjectRelatedFilesAttribute Constructor
Initializes a new instance of the WebSiteProjectRelatedFilesAttribute class.
Namespace: Microsoft.VisualStudio.Shell
Assembly: Microsoft.VisualStudio.Shell.11.0 (in Microsoft.VisualStudio.Shell.11.0.dll)
Syntax
'Declaración
Public Sub New ( _
primaryFileExtension As String, _
relatedFileExtension As String _
)
public WebSiteProjectRelatedFilesAttribute(
string primaryFileExtension,
string relatedFileExtension
)
Parameters
- primaryFileExtension
Type: System.String
The primary file extension that will nest files.
- relatedFileExtension
Type: System.String
The related file extension that will nest under the primary file extension.
.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.