Not currently implemented.
Namespace: Microsoft.VisualStudio.Modeling
Assembly: Microsoft.VisualStudio.Modeling.Sdk (in Microsoft.VisualStudio.Modeling.Sdk.dll)
Syntax
'宣言
Public Overridable Function CreateMoniker ( _
modelElement As ModelElement _
) As Moniker
'使用
Dim instance As SimpleMonikerResolver
Dim modelElement As ModelElement
Dim returnValue As Moniker
returnValue = instance.CreateMoniker(modelElement)
public virtual Moniker CreateMoniker(
ModelElement modelElement
)
public:
virtual Moniker^ CreateMoniker(
ModelElement^ modelElement
)
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)
Permissions
- 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.