傳回目前正在使用的 SpatialImplementation 執行個體。
命名空間: System.Spatial
組件: System.Spatial (在 System.Spatial.dll 中)
語法
'宣告
Public Shared Property CurrentImplementation As SpatialImplementation
Get
Friend Set
'用途
Dim value As SpatialImplementation
value = SpatialImplementation.CurrentImplementation
public static SpatialImplementation CurrentImplementation { get; internal set; }
public:
static property SpatialImplementation^ CurrentImplementation {
SpatialImplementation^ get ();
internal: void set (SpatialImplementation^ value);
}
static member CurrentImplementation : SpatialImplementation with get, internal set
static function get CurrentImplementation () : SpatialImplementation
internal static function set CurrentImplementation (value : SpatialImplementation)
屬性值
型別:System.Spatial.SpatialImplementation