StoreLogPropertyInstance Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
- definition
- StoreLogPropertyDefinition
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
- definition
- StoreLogPropertyDefinition
- value
- Object