你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

GeoObject.TryGetCustomProperty(String, Object) 方法

定义

尝试获取与 GeoObject关联的自定义属性的值。

public bool TryGetCustomProperty (string name, out object? value);
member this.TryGetCustomProperty : string * obj -> bool
Public Function TryGetCustomProperty (name As String, ByRef value As Object) As Boolean

参数

name
String
value
Object

返回

适用于