Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
configures the supplied task with values of this message.
This API is not CLS-compliant.
Namespace: Microsoft.VisualStudio.Modeling.Shell
Assembly: Microsoft.VisualStudio.Modeling.Sdk.Shell.11.0 (in Microsoft.VisualStudio.Modeling.Sdk.Shell.11.0.dll)
Syntax
'Declaration
<CLSCompliantAttribute(False)> _
Public Overridable Sub Configure ( _
task As ValidationTask _
)
[CLSCompliantAttribute(false)]
public virtual void Configure(
ValidationTask task
)
[CLSCompliantAttribute(false)]
public:
virtual void Configure(
ValidationTask^ task
)
[<CLSCompliantAttribute(false)>]
abstract Configure :
task:ValidationTask -> unit
[<CLSCompliantAttribute(false)>]
override Configure :
task:ValidationTask -> unit
public function Configure(
task : ValidationTask
)
Parameters
.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.