IComSoapMetadata.Generate(String, String) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
為由指定型別程式庫表示的 COM+ 元件,產生包含 Common Language Runtime (CLR) 中繼資料的組件。
此 API 支援此產品基礎結構,但無法直接用於程式碼之中。
public:
System::String ^ Generate(System::String ^ SrcTypeLibFileName, System::String ^ OutPath);
public string Generate (string SrcTypeLibFileName, string OutPath);
abstract member Generate : string * string -> string
Public Function Generate (SrcTypeLibFileName As String, OutPath As String) As String
參數
- SrcTypeLibFileName
- String
要產生組件的類型程式庫名稱。
- OutPath
- String
用來產生組件的資料夾。
傳回
產生的組件名稱。
備註
如有必要, Generate 方法會指定為指定的類型連結庫產生包含CLR元數據的元件。