LocationReference.TypeCore 属性

定义

在派生类中实现时,获取或设置 LocationReference 的类型已经过区域性本地化的版本。When implemented in a derived class, gets or sets the culturally localized version of the type of the LocationReference.

protected:
 abstract property Type ^ TypeCore { Type ^ get(); };
protected abstract Type TypeCore { get; }
member this.TypeCore : Type
Protected MustOverride ReadOnly Property TypeCore As Type

属性值

Type

LocationReference 类型的本地化版本。The localized version of the type of the LocationReference.

适用于