ISetupPropertyStore Interface

Definition

Provides named properties.

public interface class ISetupPropertyStore
public interface class ISetupPropertyStore
__interface ISetupPropertyStore
[System.Runtime.InteropServices.Guid("c601c175-a3be-44bc-91f6-4568d230fc83")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface ISetupPropertyStore
[<System.Runtime.InteropServices.Guid("c601c175-a3be-44bc-91f6-4568d230fc83")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type ISetupPropertyStore = interface
Public Interface ISetupPropertyStore
Attributes

Remarks

You can get this from an ISetupInstance, ISetupPackageReference, or derivative.

Methods

GetNames()

Gets an array of property names in this property store.

GetValue(String)

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

Applies to