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.
This type has a SecurityCriticalAttribute attribute, which restricts it to internal use by the .NET Framework for Silverlight class library. Application code that uses any member of this type throws a MethodAccessException.
[SECURITY CRITICAL]
Saves the state of the toolbox item to the specified serialization information object.
Namespace: Microsoft.VisualStudio.Modeling.Design
Assembly: Microsoft.VisualStudio.Modeling.Sdk.11.0 (in Microsoft.VisualStudio.Modeling.Sdk.11.0.dll)
Syntax
'Declaration
<PermissionSetAttribute(SecurityAction.InheritanceDemand, Name := "FullTrust")> _
Protected Overrides Sub Serialize ( _
info As SerializationInfo, _
context As StreamingContext _
)
[PermissionSetAttribute(SecurityAction.InheritanceDemand, Name = "FullTrust")]
protected override void Serialize(
SerializationInfo info,
StreamingContext context
)
[PermissionSetAttribute(SecurityAction::InheritanceDemand, Name = L"FullTrust")]
protected:
virtual void Serialize(
SerializationInfo^ info,
StreamingContext context
) override
[<PermissionSetAttribute(SecurityAction.InheritanceDemand, Name = "FullTrust")>]
abstract Serialize :
info:SerializationInfo *
context:StreamingContext -> unit
[<PermissionSetAttribute(SecurityAction.InheritanceDemand, Name = "FullTrust")>]
override Serialize :
info:SerializationInfo *
context:StreamingContext -> unit
protected override function Serialize(
info : SerializationInfo,
context : StreamingContext
)
Parameters
info
Type: SerializationInfoThe serialization information store to save to.
context
Type: StreamingContextThe stream context.