DesignTimeXamlWriter.WriteStartObject Method

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Writes the starting element object to the underlying XAML document or stream.

Namespace:  System.Activities.Design.Xaml
Assembly:  System.Activities.Design (in System.Activities.Design.dll)

Syntax

'Declaration
Public Overrides Sub WriteStartObject ( _
    typeName As XamlType _
)
'Usage
Dim instance As DesignTimeXamlWriter
Dim typeName As XamlType

instance.WriteStartObject(typeName)
public override void WriteStartObject(
    XamlType typeName
)
public:
virtual void WriteStartObject(
    XamlType^ typeName
) override
public override function WriteStartObject(
    typeName : XamlType
)
abstract WriteStartObject : 
        typeName:XamlType -> unit 
override WriteStartObject : 
        typeName:XamlType -> unit 

Parameters

  • typeName
    Type: System.Xaml.XamlType
    The class name and prefix used to create a new namespace definition.

.NET Framework Security

Platforms

Windows 7, Windows Vista, Windows XP SP2, Windows Server 2008, Windows Server 2003

The .NET Framework and .NET Compact Framework do not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.

Version Information

.NET Framework

Supported in: 4

See Also

Reference

DesignTimeXamlWriter Class

DesignTimeXamlWriter Members

System.Activities.Design.Xaml Namespace