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

'宣言
Public ReadOnly Property ChangeSource As ChangeSource
'使用
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

Permissions

See Also

Reference

Store Class

Store Members

Microsoft.VisualStudio.Modeling Namespace