TryGetAnnotation Method
Namespace: Microsoft.Data.Tools.Model.Util
Assembly: Microsoft.Data.Tools.Model (in Microsoft.Data.Tools.Model.dll)
Syntax
'Declaration
Function TryGetAnnotation ( _
typeKey As Type, _
<OutAttribute> ByRef value As Object _
) As Boolean
'Usage
Dim instance As IModelObjectExtensions
Dim typeKey As Type
Dim value As Object
Dim returnValue As Boolean
returnValue = instance.TryGetAnnotation(typeKey, _
value)
bool TryGetAnnotation(
Type typeKey,
out Object value
)
bool TryGetAnnotation(
Type^ typeKey,
[OutAttribute] Object^% value
)
abstract TryGetAnnotation :
typeKey:Type *
value:Object byref -> bool
function TryGetAnnotation(
typeKey : Type,
value : Object
) : boolean
Parameters
- typeKey
Type: System..::..Type
- value
Type: System..::..Object%
Return Value
Type: System..::..Boolean