IVsSelectionContext.CurrentStore Property
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.
Store associated to the current DocData normally. But other can override it in case of special needs ($$$common Store for instance)
public:
property Microsoft::VisualStudio::Modeling::Store ^ CurrentStore { Microsoft::VisualStudio::Modeling::Store ^ get(); };
public Microsoft.VisualStudio.Modeling.Store CurrentStore { get; }
member this.CurrentStore : Microsoft.VisualStudio.Modeling.Store
Public ReadOnly Property CurrentStore As Store