共用方式為


StoreLogPropertyInstance<T> Class

Definition

A store log property with a specific value.

generic <typename T>
public ref class StoreLogPropertyInstance : Microsoft::VisualStudio::Settings::StoreLogPropertyInstance
public class StoreLogPropertyInstance<T> : Microsoft.VisualStudio.Settings.StoreLogPropertyInstance
type StoreLogPropertyInstance<'T> = class
    inherit StoreLogPropertyInstance
Public Class StoreLogPropertyInstance(Of T)
Inherits StoreLogPropertyInstance

Type Parameters

T

The property type

Inheritance
StoreLogPropertyInstance<T>

Constructors

StoreLogPropertyInstance<T>(StoreLogPropertyDefinition<T>, T)

Properties

Definition (Inherited from StoreLogPropertyInstance)
HasValue
ShouldOverrideExistingProperty
TypedDefinition
Value

Methods

ReplaceOrCombine(StoreLogPropertyInstance) (Inherited from StoreLogPropertyInstance)

Applies to