CoreDesignSurfaceSerializationBehaviorSerializationMessages::CannotMonikerizeElement Method (SerializationContext^, String^)

 

Add an error for not able to monikerize an instance of the given DomainClass.

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

public:
static void CannotMonikerizeElement(
	SerializationContext^ serializationContext,
	String^ domainClassName
)

Parameters

serializationContext
Type: Microsoft.VisualStudio.Modeling::SerializationContext^

SerializationContext to add the error message to.

domainClassName
Type: System::String^

Name of the DomainClass whose instance cannot be monikerized.

Return to top
Show: