Store.ChangeSource Property

Gets the current change source for operations in the store.

Namespace:  Microsoft.VisualStudio.Modeling
Assembly:  Microsoft.VisualStudio.Modeling.Sdk (in Microsoft.VisualStudio.Modeling.Sdk.dll)

Syntax

'Declaration
Public ReadOnly Property ChangeSource As ChangeSource
'Usage
Dim instance As Store 
Dim value As ChangeSource 

value = instance.ChangeSource
public ChangeSource ChangeSource { get; }
public:
property ChangeSource ChangeSource {
    ChangeSource get ();
}
public function get ChangeSource () : ChangeSource

Property Value

Type: Microsoft.VisualStudio.Modeling.ChangeSource

.NET Framework Security

See Also

Reference

Store Class

Store Members

Microsoft.VisualStudio.Modeling Namespace