DeploymentObjectAttributeValue.TryGetValue<T>(T) 方法

定义

public:
generic <typename T>
 bool TryGetValue([Runtime::InteropServices::Out] T % value);
public bool TryGetValue<T>(out T value);
member this.TryGetValue :  -> bool
Public Function TryGetValue(Of T) (ByRef value As T) As Boolean

类型参数

T

参数

value
T

返回

返回 Boolean

适用于