SimpleMonikerResolver.CreateMoniker Method
Not currently implemented.
Namespace: Microsoft.VisualStudio.Modeling
Assembly: Microsoft.VisualStudio.Modeling.Sdk.11.0 (in Microsoft.VisualStudio.Modeling.Sdk.11.0.dll)
Syntax
'Declaration
Public Overridable Function CreateMoniker ( _
modelElement As ModelElement _
) As Moniker
public virtual Moniker CreateMoniker(
ModelElement modelElement
)
public:
virtual Moniker^ CreateMoniker(
ModelElement^ modelElement
)
abstract CreateMoniker :
modelElement:ModelElement -> Moniker
override CreateMoniker :
modelElement:ModelElement -> Moniker
public function CreateMoniker(
modelElement : ModelElement
) : Moniker
Parameters
modelElement
Type: Microsoft.VisualStudio.Modeling.ModelElementNot currently implemented.
Return Value
Type: Microsoft.VisualStudio.Modeling.Moniker
Not currently implemented.
Implements
IMonikerResolver.CreateMoniker(ModelElement)
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.