StoreLogPropertyDefinition<T>.WithValue(T) Method
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.
public:
virtual Microsoft::VisualStudio::Settings::StoreLogPropertyInstance<T> ^ WithValue(T value);
public virtual Microsoft.VisualStudio.Settings.StoreLogPropertyInstance<T> WithValue (T value);
public Microsoft.VisualStudio.Settings.StoreLogPropertyInstance WithValue (T value);
abstract member WithValue : 'T -> Microsoft.VisualStudio.Settings.StoreLogPropertyInstance<'T>
override this.WithValue : 'T -> Microsoft.VisualStudio.Settings.StoreLogPropertyInstance<'T>
member this.WithValue : 'T -> Microsoft.VisualStudio.Settings.StoreLogPropertyInstance
Public Overridable Function WithValue (value As T) As StoreLogPropertyInstance(Of T)
Public Function WithValue (value As T) As StoreLogPropertyInstance
Parameters
- value
- T