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 安全性
- 完全信任立即呼叫者。這個成員無法供部分信任的程式碼使用。如需詳細資訊,請參閱從部分受信任程式碼使用程式庫。