ModelBusAdapterReference Class

 

Base class for all adapter references

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

System::Object
  Microsoft.VisualStudio.Modeling.Integration::ModelBusAdapterReference
    Microsoft.VisualStudio.Modeling.Integration::ModelingAdapterReference

public ref class ModelBusAdapterReference abstract : IEquatable<ModelBusAdapterReference^>

NameDescription
System_CAPS_pubmethodEquals(ModelBusAdapterReference^)

Compares this Scope to another Scope instance.

System_CAPS_pubmethodEquals(Object^)

Compares this AdapterReferenceData to another object.(Overrides Object::Equals(Object^).)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

Gets the hash code of this Scope instance. If two Scope instances compare equal, they should give the same hash code.(Overrides Object::GetHashCode().)

System_CAPS_protmethodGetHashCodeInternal()

Gets the hash code of this Scope instance. If two AdapterReferences instances compare equal, they should give the same hash code.

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodToString()

(Inherited from Object.)

NameDescription
System_CAPS_puboperatorSystem_CAPS_staticEquality(ModelBusAdapterReference^, ModelBusAdapterReference^)

Compares two AdapterReferenceData instances for equality.

System_CAPS_puboperatorSystem_CAPS_staticInequality(ModelBusAdapterReference^, ModelBusAdapterReference^)

Compares two AdapterReferenceData instances for inequality.

Replaces the Backplane "Scope"

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: