StoreLogPropertyInstance Constructors

Definition

Overloads

StoreLogPropertyInstance(StoreLogPropertyDefinition)
StoreLogPropertyInstance(StoreLogPropertyDefinition, Object)

StoreLogPropertyInstance(StoreLogPropertyDefinition)

public:
 StoreLogPropertyInstance(Microsoft::VisualStudio::Settings::StoreLogPropertyDefinition ^ definition);
public StoreLogPropertyInstance (Microsoft.VisualStudio.Settings.StoreLogPropertyDefinition definition);
new Microsoft.VisualStudio.Settings.StoreLogPropertyInstance : Microsoft.VisualStudio.Settings.StoreLogPropertyDefinition -> Microsoft.VisualStudio.Settings.StoreLogPropertyInstance
Public Sub New (definition As StoreLogPropertyDefinition)

Parameters

Applies to

StoreLogPropertyInstance(StoreLogPropertyDefinition, Object)

public StoreLogPropertyInstance (Microsoft.VisualStudio.Settings.StoreLogPropertyDefinition definition, object? value);
new Microsoft.VisualStudio.Settings.StoreLogPropertyInstance : Microsoft.VisualStudio.Settings.StoreLogPropertyDefinition * obj -> Microsoft.VisualStudio.Settings.StoreLogPropertyInstance
Public Sub New (definition As StoreLogPropertyDefinition, value As Object)

Parameters

value
Object

Applies to