SimpleMonikerResolver::OnUnresolvedMoniker Method (SerializationResult^, Moniker^)

 

Checks to see whether there are unresolved monikers.

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

protected:
virtual void OnUnresolvedMoniker(
	SerializationResult^ serializationResult,
	Moniker^ moniker
)

Parameters

serializationResult
Type: Microsoft.VisualStudio.Modeling::SerializationResult^

The serialization result.

moniker
Type: Microsoft.VisualStudio.Modeling::Moniker^

The moniker to check.

This method is called at the end of synchronization if there are unresolved monikers.

Return to top
Show: