ModelComparerConfiguration.TryGetPropertyValueSubstitution 方法
命名空間: Microsoft.Data.Schema.SchemaModel
組件: Microsoft.Data.Schema (在 Microsoft.Data.Schema.dll 中)
語法
'宣告
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
參數
- propertyClass
型別:Microsoft.Data.Schema.SchemaModel.ModelPropertyClass
- isSource
型別:System.Boolean
- value
型別:System.Object%
傳回值
.NET Framework 安全性
- 完全信任立即呼叫者。這個成員無法供部分信任的程式碼使用。如需詳細資訊,請參閱從部分受信任程式碼使用程式庫。