DeserializationEndingEventArgs Class

 

Provides data for the DeserializationEnding event and notifies listeners that deserialization has ended.

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

System::Object
  System::EventArgs
    Microsoft.VisualStudio.Modeling::DeserializationEndingEventArgs

public ref class DeserializationEndingEventArgs : EventArgs

NameDescription
System_CAPS_pubmethodDeserializationEndingEventArgs(CompletionStatus)

Initializes a new instance of the DeserializationEndingEventArgs class.

NameDescription
System_CAPS_pubpropertyStatus

Gets the completion status of the transaction.

NameDescription
System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodToString()

(Inherited from Object.)

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

Return to top
Show: