次の方法で共有


SpatialImplementation.CurrentImplementation プロパティ

現在使用されている 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

関連項目

参照

SpatialImplementation クラス

System.Spatial 名前空間