ModelComparerConfiguration.TryGetPropertyValueSubstitution Method
Namespace: Microsoft.Data.Schema.SchemaModel
Assembly: Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)
Syntax
'Declaration
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
Parameters
- element
Type: Microsoft.Data.Schema.SchemaModel.IModelElement
- propertyClass
Type: Microsoft.Data.Schema.SchemaModel.ModelPropertyClass
- isSource
Type: System.Boolean
- value
Type: System.Object%
Return Value
Type: System.Boolean
.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.