ModelingTextTransformation.Store Property
Namespace: Microsoft.VisualStudio.TextTemplating.VSHost
Assembly: Microsoft.VisualStudio.TextTemplating.VSHost (in Microsoft.VisualStudio.TextTemplating.VSHost.dll)
Syntax
'Declaration
Protected ReadOnly Property Store As Store
'Usage
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
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
ModelingTextTransformation Class