Share via


IMonikerResolver.CreateMoniker Method

Creates a moniker for an element.

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

Syntax

'Declaration
Function CreateMoniker ( _
    modelElement As ModelElement _
) As Moniker
Moniker CreateMoniker(
    ModelElement modelElement
)
Moniker^ CreateMoniker(
    ModelElement^ modelElement
)
abstract CreateMoniker : 
        modelElement:ModelElement -> Moniker
function CreateMoniker(
    modelElement : ModelElement
) : Moniker

Parameters

Return Value

Type: Microsoft.VisualStudio.Modeling.Moniker
A moniker that represents the element.

.NET Framework Security

See Also

Reference

IMonikerResolver Interface

Microsoft.VisualStudio.Modeling Namespace