Moniker 构造函数 (MonikerKey, Store)
构造函数
命名空间: Microsoft.VisualStudio.Modeling
程序集: Microsoft.VisualStudio.Modeling.Sdk.11.0(在 Microsoft.VisualStudio.Modeling.Sdk.11.0.dll 中)
语法
声明
Public Sub New ( _
monikerKey As MonikerKey, _
store As Store _
)
public Moniker(
MonikerKey monikerKey,
Store store
)
参数
- monikerKey
类型:Microsoft.VisualStudio.Modeling.MonikerKey
用于的 monikerKey 解决标记
- store
类型:Microsoft.VisualStudio.Modeling.Store
存储标记创建
.NET Framework 安全性
- 对直接调用方的完全信任。此成员不能由部分信任的代码使用。有关更多信息,请参见通过部分受信任的代码使用库。