ModelingAdapterReference Class

 

Standard DSL implementation of an adapter reference.

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 ModelingAdapterReference : ModelBusAdapterReference

NameDescription
System_CAPS_pubpropertyAbsoluteTargetPath

Absolute path of the target model file

System_CAPS_pubpropertyElementId

ElementId

System_CAPS_pubpropertyViewId

ViewId

NameDescription
System_CAPS_pubmethodSystem_CAPS_staticDeserialize(String^, ReferenceContext^)

Deserializes and returns a new ModelingAdapterReference

System_CAPS_pubmethodEquals(ModelBusAdapterReference^)
System_CAPS_pubmethodEquals(Object^)

Compares this AdapterReferenceData to another object.(Inherited from ModelBusAdapterReference.)

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.(Inherited from ModelBusAdapterReference.)

System_CAPS_protmethodGetHashCodeInternal()
System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodSystem_CAPS_staticSerialize(ModelingAdapterReference^, ReferenceContext^)

Serializes the supplied modeling adapter to a string format.

System_CAPS_pubmethodToString()

(Inherited from Object.)

Must contain a model reference. Optionally, can also contain a view and /or an element reference.

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: