Moniker Constructor (MonikerKey, Store)

Constructor

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

Syntax

'Declaration
Public Sub New ( _
    monikerKey As MonikerKey, _
    store As Store _
)
public Moniker(
    MonikerKey monikerKey,
    Store store
)
public:
Moniker(
    MonikerKey^ monikerKey, 
    Store^ store
)
new : 
        monikerKey:MonikerKey * 
        store:Store -> Moniker
public function Moniker(
    monikerKey : MonikerKey, 
    store : Store
)

Parameters

.NET Framework Security

See Also

Reference

Moniker Class

Moniker Overload

Microsoft.VisualStudio.Modeling Namespace