ISetupLocalizedPropertyStore 接口
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
提供本地化的命名属性。
public interface class ISetupLocalizedPropertyStore
public interface class ISetupLocalizedPropertyStore
__interface ISetupLocalizedPropertyStore
[System.Runtime.InteropServices.Guid("5BB53126-E0D5-43DF-80F1-6B161E5C6F6C")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface ISetupLocalizedPropertyStore
[<System.Runtime.InteropServices.Guid("5BB53126-E0D5-43DF-80F1-6B161E5C6F6C")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type ISetupLocalizedPropertyStore = interface
Public Interface ISetupLocalizedPropertyStore
- 属性
方法
| GetNames(Int32) |
获取此属性存储中的属性名称的数组。 |
| GetValue(String, Int32) |
获取此属性存储中已命名属性的值。 |