ModelingTextTransformation.Store Property
Gets the modeling Store.
Namespace: Microsoft.VisualStudio.TextTemplating.VSHost
Assembly: Microsoft.VisualStudio.TextTemplating.Modeling.12.0 (in Microsoft.VisualStudio.TextTemplating.Modeling.12.0.dll)
Syntax
protected Store Store { get; }
protected:
property Store^ Store {
Store^ get();
}
member Store : Store with get
Protected ReadOnly Property Store As Store
Property Value
Type: Microsoft.VisualStudio.Modeling.Store
See Also
ModelingTextTransformation Class
Microsoft.VisualStudio.TextTemplating.VSHost Namespace
Return to top