IVsTypeLibraryWrapperCallback.GetComClassic Yöntem

Tanım

TLIBATTRVerilen tür kitaplığı ve sarmalayıcı aracı bileşimi için BIR com Klasik sarmalayıcı yapısı döndürür.

public:
 int GetComClassic(cli::array <Microsoft::VisualStudio::OLE::Interop::TLIBATTR> ^ pTypeLibAttr, System::String ^ wszWrapperTool, [Runtime::InteropServices::Out] int % pDelaySigned, [Runtime::InteropServices::Out] System::String ^ % pbstrWrapperTool, [Runtime::InteropServices::Out] System::String ^ % pbstrPath);
int GetComClassic(std::Array <Microsoft::VisualStudio::OLE::Interop::TLIBATTR> const & pTypeLibAttr, std::wstring const & wszWrapperTool, [Runtime::InteropServices::Out] int & pDelaySigned, [Runtime::InteropServices::Out] std::wstring const & & pbstrWrapperTool, [Runtime::InteropServices::Out] std::wstring const & & pbstrPath);
public int GetComClassic (Microsoft.VisualStudio.OLE.Interop.TLIBATTR[] pTypeLibAttr, string wszWrapperTool, out int pDelaySigned, out string pbstrWrapperTool, out string pbstrPath);
abstract member GetComClassic : Microsoft.VisualStudio.OLE.Interop.TLIBATTR[] * string * int * string * string -> int
Public Function GetComClassic (pTypeLibAttr As TLIBATTR(), wszWrapperTool As String, ByRef pDelaySigned As Integer, ByRef pbstrWrapperTool As String, ByRef pbstrPath As String) As Integer

Parametreler

pTypeLibAttr
TLIBATTR[]

'ndaki Tür kitaplığı öznitelik nesnesine yönelik işaretçi.

wszWrapperTool
String

'ndaki Sarmalayıcı aracını belirtir.

pDelaySigned
Int32

dışı Nesnenin gecikmeli imzalanmış olup olmadığını gösteren Boole değeri.

pbstrWrapperTool
String

dışı Sarmalayıcı aracı işaretçisi.

pbstrPath
String

dışı Sarmalayıcı yolunu içeren bir dize işaretçisi.

Döndürülenler

Int32

Yöntem başarılı olursa, döndürür S_OK . Başarısız olursa, bir hata kodu döndürür.

Açıklamalar

COM Imzası

Compsvcspkg. IDL 'den:

HRESULT IVsTypeLibraryWrapperCallback::GetComClassic(  
   [in] TLIBATTR* pTypeLibAttr,  
   [in] LPCOLESTR wszWrapperTool,  
   [out] BOOL* pDelaySigned,  
   [out] BSTR* pbstrWrapperTool,  
   [out,retval] BSTR* pbstrPath  
);  

Şunlara uygulanır