IProvidePropertyBuilder.MapPropertyToBuilder Yöntem

Tanım

Özelliği için bir özelliğin dağıtım KIMLIĞINI bir oluşturucuya eşler.

public:
 int MapPropertyToBuilder(int dispid, [Runtime::InteropServices::Out] int % pdwCtlBldType, [Runtime::InteropServices::Out] System::String ^ % pbstrGuidBldr, [Runtime::InteropServices::Out] bool % pfRetVal);
int MapPropertyToBuilder(int dispid, [Runtime::InteropServices::Out] int & pdwCtlBldType, [Runtime::InteropServices::Out] std::wstring const & & pbstrGuidBldr, [Runtime::InteropServices::Out] bool & pfRetVal);
public int MapPropertyToBuilder (int dispid, out int pdwCtlBldType, out string pbstrGuidBldr, out bool pfRetVal);
abstract member MapPropertyToBuilder : int * int * string * bool -> int
Public Function MapPropertyToBuilder (dispid As Integer, ByRef pdwCtlBldType As Integer, ByRef pbstrGuidBldr As String, ByRef pfRetVal As Boolean) As Integer

Parametreler

dispid
Int32

'ndaki Özelliğin gönderim KIMLIĞI.

pdwCtlBldType
Int32

[in, out] Oluşturucu türünü gösteren bir değere işaretçi ( Type ).

pbstrGuidBldr
String

[in, out] Özelliğin oluşturucusunun GUID 'sine yönelik işaretçi.

pfRetVal
Boolean

dışı Başarılı ( true ) veya oluşturucunun başarısızlığını gösteren bir Boole değeri 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.

Şunlara uygulanır