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)

Inheritance Hierarchy

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

Syntax

public class ModelingAdapterReference : ModelBusAdapterReference
public ref class ModelingAdapterReference : ModelBusAdapterReference
type ModelingAdapterReference = 
    class
        inherit ModelBusAdapterReference
    end
Public Class ModelingAdapterReference
    Inherits ModelBusAdapterReference

Constructors

Name Description
System_CAPS_pubmethod ModelingAdapterReference(String, String, String)

Constructor

Properties

Name Description
System_CAPS_pubproperty AbsoluteTargetPath

Absolute path of the target model file

System_CAPS_pubproperty ElementId

ElementId

System_CAPS_pubproperty ViewId

ViewId

Methods

Name Description
System_CAPS_pubmethodSystem_CAPS_static Deserialize(String, ReferenceContext)

Deserializes and returns a new ModelingAdapterReference

System_CAPS_pubmethod Equals(ModelBusAdapterReference)

(Overrides ModelBusAdapterReference.Equals(ModelBusAdapterReference).)

System_CAPS_pubmethod Equals(Object)

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

System_CAPS_protmethod Finalize()

(Inherited from Object.)

System_CAPS_pubmethod GetHashCode()

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_protmethod GetHashCodeInternal()

(Overrides ModelBusAdapterReference.GetHashCodeInternal().)

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_protmethod MemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodSystem_CAPS_static Serialize(ModelingAdapterReference, ReferenceContext)

Serializes the supplied modeling adapter to a string format.

System_CAPS_pubmethod ToString()

(Inherited from Object.)

Remarks

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

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

Microsoft.VisualStudio.Modeling.Integration Namespace

Return to top