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 | |
---|---|---|
ModelingAdapterReference(String, String, String) | Constructor |
Properties
Name | Description | |
---|---|---|
AbsoluteTargetPath | Absolute path of the target model file |
|
ElementId | ElementId |
|
ViewId | ViewId |
Methods
Name | Description | |
---|---|---|
Deserialize(String, ReferenceContext) | Deserializes and returns a new ModelingAdapterReference |
|
Equals(ModelBusAdapterReference) | (Overrides ModelBusAdapterReference.Equals(ModelBusAdapterReference).) |
|
Equals(Object) | Compares this AdapterReferenceData to another object.(Inherited from ModelBusAdapterReference.) |
|
Finalize() | (Inherited from Object.) |
|
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.) |
|
GetHashCodeInternal() | (Overrides ModelBusAdapterReference.GetHashCodeInternal().) |
|
GetType() | (Inherited from Object.) |
|
MemberwiseClone() | (Inherited from Object.) |
|
Serialize(ModelingAdapterReference, ReferenceContext) | Serializes the supplied modeling adapter to a string format. |
|
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