Compartilhar via


Método ModelComparerConfiguration.TryGetPropertyValueSubstitution

Namespace:  Microsoft.Data.Schema.SchemaModel
Assembly:  Microsoft.Data.Schema (em Microsoft.Data.Schema.dll)

Sintaxe

'Declaração
Public Function TryGetPropertyValueSubstitution ( _
    element As IModelElement, _
    propertyClass As ModelPropertyClass, _
    isSource As Boolean, _
    <OutAttribute> ByRef value As Object _
) As Boolean
public bool TryGetPropertyValueSubstitution(
    IModelElement element,
    ModelPropertyClass propertyClass,
    bool isSource,
    out Object value
)
public:
bool TryGetPropertyValueSubstitution(
    IModelElement^ element, 
    ModelPropertyClass^ propertyClass, 
    bool isSource, 
    [OutAttribute] Object^% value
)
member TryGetPropertyValueSubstitution : 
        element:IModelElement * 
        propertyClass:ModelPropertyClass * 
        isSource:bool * 
        value:Object byref -> bool 
public function TryGetPropertyValueSubstitution(
    element : IModelElement, 
    propertyClass : ModelPropertyClass, 
    isSource : boolean, 
    value : Object
) : boolean

Parâmetros

Valor de retorno

Tipo: System.Boolean

Segurança do .NET Framework

Consulte também

Referência

ModelComparerConfiguration Classe

Namespace Microsoft.Data.Schema.SchemaModel