ModelingTextTransformation.Store Property

Namespace:  Microsoft.VisualStudio.TextTemplating.VSHost
Assembly:  Microsoft.VisualStudio.TextTemplating.VSHost (in Microsoft.VisualStudio.TextTemplating.VSHost.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

ModelingTextTransformation Class

ModelingTextTransformation Members

Microsoft.VisualStudio.TextTemplating.VSHost Namespace