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.
Set the value of BaseShape
Namespace: Microsoft.VisualStudio.Modeling.DslDefinition
Assembly: Microsoft.VisualStudio.Modeling.Sdk.DslDefinition.11.0 (in Microsoft.VisualStudio.Modeling.Sdk.DslDefinition.11.0.dll)
Syntax
'Declaration
Protected MustOverride Sub SetBaseShape ( _
shape As BaseShape _
)
protected abstract void SetBaseShape(
BaseShape shape
)
protected:
virtual void SetBaseShape(
BaseShape^ shape
) abstract
abstract SetBaseShape :
shape:BaseShape -> unit
protected abstract function SetBaseShape(
shape : BaseShape
)
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.