共用方式為


IDatabaseProjectSerializationParticipant.GetCriticalProperties 方法

命名空間:  Microsoft.VisualStudio.Data.Schema.Package.Project
組件:  Microsoft.VisualStudio.Data.Schema.Package (在 Microsoft.VisualStudio.Data.Schema.Package.dll 中)

語法

'宣告
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>>
)

參數

.NET Framework 安全性

請參閱

參考

IDatabaseProjectSerializationParticipant 介面

Microsoft.VisualStudio.Data.Schema.Package.Project 命名空間