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.
Namespace: Microsoft.VisualStudio.Data.Schema.Package.Project
Assembly: Microsoft.VisualStudio.Data.Schema.Package (in Microsoft.VisualStudio.Data.Schema.Package.dll)
Syntax
'Declaration
Sub GetCriticalProperties ( _
projectNode As IDatabaseProjectNode, _
<OutAttribute> ByRef props As IList(Of Tuple(Of String, DatabaseTaskHost..::..PropertySource, String)) _
)
void GetCriticalProperties(
IDatabaseProjectNode projectNode,
out IList<Tuple<string, DatabaseTaskHost..::..PropertySource, string>> props
)
void GetCriticalProperties(
IDatabaseProjectNode^ projectNode,
[OutAttribute] IList<Tuple<String^, DatabaseTaskHost..::..PropertySource, String^>^>^% props
)
abstract GetCriticalProperties :
projectNode:IDatabaseProjectNode *
props:IList<Tuple<string, DatabaseTaskHost..::..PropertySource, string>> byref -> unit
function GetCriticalProperties(
projectNode : IDatabaseProjectNode,
props : IList<Tuple<String, DatabaseTaskHost..::..PropertySource, String>>
)
Parameters
- projectNode
Type: Microsoft.VisualStudio.Data.Schema.Package.Project.IDatabaseProjectNode
- props
Type: System.Collections.Generic.IList<Tuple<String, DatabaseTaskHost.PropertySource, String>>%
.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
IDatabaseProjectSerializationParticipant Interface
Microsoft.VisualStudio.Data.Schema.Package.Project Namespace