DatabaseProjectFileManagerService.AddFile Method
Adds a file to the list of files that must be processed.
Namespace: Microsoft.VisualStudio.Data.Schema.Package.Project
Assembly: Microsoft.VisualStudio.Data.Schema.Package (in Microsoft.VisualStudio.Data.Schema.Package.dll)
Syntax
'Declaration
Public Sub AddFile ( _
fileName As String _
)
public void AddFile(
string fileName
)
public:
void AddFile(
String^ fileName
)
member AddFile :
fileName:string -> unit
public function AddFile(
fileName : String
)
Parameters
- fileName
Type: System.String
The file to process.
.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
DatabaseProjectFileManagerService Class
Microsoft.VisualStudio.Data.Schema.Package.Project Namespace