ISetupLocalizedPropertyStore Interface

Definition

Provides localized named properties.

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
Attributes

Methods

GetNames(Int32)

Gets an array of property names in this property store.

GetValue(String, Int32)

Gets the value of a named property in this property store.

Applies to