LinkConnectsToNodeSerializer::MonikerizeReference Method (SerializationContext^, ModelElement^, Guid, String^, Store^)
Visual Studio 2015
Calculates a Moniker, given a reference to a NodeShape
Assembly: Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0.dll)
public: virtual Moniker^ MonikerizeReference( SerializationContext^ serializationContext, ModelElement^ sourceElement, Guid domainClassId, String^ monikerString, Store^ store ) override
Parameters
- serializationContext
-
Type:
Microsoft.VisualStudio.Modeling::SerializationContext^
Serialization context.
- sourceElement
-
Type:
Microsoft.VisualStudio.Modeling::ModelElement^
Instance of LinkShape that contains the given serialized reference
- domainClassId
-
Type:
System::Guid
DomainClassId of the model element that the given moniker string will be resolved to.
- monikerString
-
Type:
System::String^
Serialized string reference to an instance of NodeShape
- store
-
Type:
Microsoft.VisualStudio.Modeling::Store^
Store where the Moniker will be created
Return Value
Type: Microsoft.VisualStudio.Modeling::Moniker^
Show: