共用方式為


StrongAssemblyIdentity(AssemblyName, Guid) 建構函式

定義

初始化 StrongAssemblyIdentity 類別的新執行個體。

public StrongAssemblyIdentity(System.Reflection.AssemblyName name, Guid mvid);
new Microsoft.VisualStudio.Composition.StrongAssemblyIdentity : System.Reflection.AssemblyName * Guid -> Microsoft.VisualStudio.Composition.StrongAssemblyIdentity
Public Sub New (name As AssemblyName, mvid As Guid)

參數

name
AssemblyName

組件名稱。 不可以是 null。

mvid
Guid

元件的 ManifestModule 的 MVID。

適用於