Part Class

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

Part definition cache record. This is for internal use only and was marked public to allow it to be serialized into XAML.

Namespace:  System.ComponentModel.Composition.Caching
Assembly:  Microsoft.VisualStudio.ExtensibilityHosting (in Microsoft.VisualStudio.ExtensibilityHosting.dll)

Syntax

'Declaration
<SerializableAttribute> _
Public NotInheritable Class Part
'Usage
Dim instance As Part
[SerializableAttribute]
public sealed class Part
[SerializableAttribute]
public ref class Part sealed
[<SealedAttribute>]
[<SerializableAttribute>]
type Part =  class end
public final class Part

Inheritance Hierarchy

System.Object
  System.ComponentModel.Composition.Caching.Part

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

Part Members

System.ComponentModel.Composition.Caching Namespace