Compartir a través de


IDatabaseProjectSerializationParticipant.GetCriticalProperties (Método)

Espacio de nombres:  Microsoft.VisualStudio.Data.Schema.Package.Project
Ensamblado:  Microsoft.VisualStudio.Data.Schema.Package (en Microsoft.VisualStudio.Data.Schema.Package.dll)

Sintaxis

'Declaración
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>>
)

Parámetros

Seguridad de .NET Framework

Vea también

Referencia

IDatabaseProjectSerializationParticipant Interfaz

Microsoft.VisualStudio.Data.Schema.Package.Project (Espacio de nombres)