Namespace: Microsoft.VisualStudio.TextTemplating.VSHost
Assembly: Microsoft.VisualStudio.TextTemplating.VSHost (in Microsoft.VisualStudio.TextTemplating.VSHost.dll)
Syntax
'宣言
Protected Function ValidateStore ( _
categories As String, _
errors As CompilerErrorCollection _
) As Boolean
'使用
Dim categories As String
Dim errors As CompilerErrorCollection
Dim returnValue As Boolean
returnValue = Me.ValidateStore(categories, _
errors)
protected bool ValidateStore(
string categories,
CompilerErrorCollection errors
)
protected:
bool ValidateStore(
String^ categories,
CompilerErrorCollection^ errors
)
protected function ValidateStore(
categories : String,
errors : CompilerErrorCollection
) : boolean
Parameters
- categories
Type: System.String
- errors
Type: System.CodeDom.Compiler.CompilerErrorCollection
Return Value
Type: System.Boolean
Permissions
- 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