StoreLogPropertyInstance<T> Constructor

Definition

public:
 StoreLogPropertyInstance(Microsoft::VisualStudio::Settings::StoreLogPropertyDefinition<T> ^ definition, T value);
public StoreLogPropertyInstance (Microsoft.VisualStudio.Settings.StoreLogPropertyDefinition<T> definition, T value);
new Microsoft.VisualStudio.Settings.StoreLogPropertyInstance<'T> : Microsoft.VisualStudio.Settings.StoreLogPropertyDefinition<'T> * 'T -> Microsoft.VisualStudio.Settings.StoreLogPropertyInstance<'T>
Public Sub New (definition As StoreLogPropertyDefinition(Of T), value As T)

Parameters

value
T

Applies to