CreateFileNodesRequest Constructor
Initializes a new instance of the CreateFileNodesRequest class.
Namespace: Microsoft.VisualStudio.Data.Schema.Package.Project
Assembly: Microsoft.VisualStudio.Data.Schema.Package (in Microsoft.VisualStudio.Data.Schema.Package.dll)
Syntax
'Declaration
Public Sub New ( _
parentNode As IDatabaseNode, _
fileName As String _
)
public CreateFileNodesRequest(
IDatabaseNode parentNode,
string fileName
)
public:
CreateFileNodesRequest(
IDatabaseNode^ parentNode,
String^ fileName
)
new :
parentNode:IDatabaseNode *
fileName:string -> CreateFileNodesRequest
public function CreateFileNodesRequest(
parentNode : IDatabaseNode,
fileName : String
)
Parameters
- parentNode
Type: Microsoft.VisualStudio.Data.Schema.Package.Project.IDatabaseNode
The parent node.
- fileName
Type: System.String
The file name for the file to add to the project system.
.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.
See Also
Reference
Microsoft.VisualStudio.Data.Schema.Package.Project Namespace