TryGetValue Method
Namespace: Microsoft.Data.Tools.Model.Simple
Assembly: Microsoft.Data.Tools.Model (in Microsoft.Data.Tools.Model.dll)
Syntax
'Declaration
Public Function TryGetValue ( _
<OutAttribute> ByRef value As T _
) As Boolean
'Usage
Dim instance As ValueProperty
Dim value As T
Dim returnValue As Boolean
returnValue = instance.TryGetValue(value)
public bool TryGetValue(
out T value
)
public:
virtual bool TryGetValue(
[OutAttribute] T% value
) sealed
abstract TryGetValue :
value:'T byref -> bool
override TryGetValue :
value:'T byref -> bool
public final function TryGetValue(
value : T
) : boolean
Parameters
- value
Type: T%
Return Value
Type: System..::..Boolean
Implements
IValueProperty< (Of < ( <'T> ) > ) >..::..TryGetValue(T%)