ISetupLocalizedPropertyStore 接口

定义

提供本地化的命名属性。

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)

获取此属性存储中已命名属性的值。

适用于