ElementOperations.Store Property

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

Syntax

'宣言
Protected ReadOnly Property Store As Store
'使用
Dim value As Store

value = Me.Store
protected Store Store { get; }
protected:
property Store^ Store {
    Store^ get ();
}
protected function get Store () : Store

Property Value

Type: Microsoft.VisualStudio.Modeling.Store

Permissions

See Also

Reference

ElementOperations Class

ElementOperations Members

Microsoft.VisualStudio.Modeling Namespace