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.
Returns both the server and catalog property files for the project.
Namespace: Microsoft.VisualStudio.Data.Schema.Package.Project
Assembly: Microsoft.VisualStudio.Data.Schema.Package (in Microsoft.VisualStudio.Data.Schema.Package.dll)
Syntax
'Declaration
Sub GetPropertyFiles ( _
<OutAttribute> ByRef serverNode As IDatabaseFileNode, _
<OutAttribute> ByRef catalogNode As IDatabaseFileNode _
)
void GetPropertyFiles(
out IDatabaseFileNode serverNode,
out IDatabaseFileNode catalogNode
)
void GetPropertyFiles(
[OutAttribute] IDatabaseFileNode^% serverNode,
[OutAttribute] IDatabaseFileNode^% catalogNode
)
abstract GetPropertyFiles :
serverNode:IDatabaseFileNode byref *
catalogNode:IDatabaseFileNode byref -> unit
function GetPropertyFiles(
serverNode : IDatabaseFileNode,
catalogNode : IDatabaseFileNode
)
Parameters
- serverNode
Type: Microsoft.VisualStudio.Data.Schema.Package.Project.IDatabaseFileNode%
The Solution Explorer server properties node.
- catalogNode
Type: Microsoft.VisualStudio.Data.Schema.Package.Project.IDatabaseFileNode%
The Solution Explorer catalog properties node.
.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
IDatabaseProjectPropertiesContainer Interface
Microsoft.VisualStudio.Data.Schema.Package.Project Namespace