ElementGroupPrototype Class

Contains the information necessary to recreate an ElementGroup in any store.

Namespace:  Microsoft.VisualStudio.Modeling
Assembly:  Microsoft.VisualStudio.Modeling.Sdk (in Microsoft.VisualStudio.Modeling.Sdk.dll)

Syntax

'宣言
<SerializableAttribute> _
Public NotInheritable Class ElementGroupPrototype _
    Implements ISerializable, IDeserializationCallback
'使用
Dim instance As ElementGroupPrototype
[SerializableAttribute]
public sealed class ElementGroupPrototype : ISerializable, 
    IDeserializationCallback
[SerializableAttribute]
public ref class ElementGroupPrototype sealed : ISerializable, 
    IDeserializationCallback
public final class ElementGroupPrototype implements ISerializable, IDeserializationCallback

Inheritance Hierarchy

System.Object
  Microsoft.VisualStudio.Modeling.ElementGroupPrototype

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

ElementGroupPrototype Members

Microsoft.VisualStudio.Modeling Namespace