Share via


IDebugCustomAttributeQuery.GetCustomAttributeByName Method

Definition

public:
 int GetCustomAttributeByName(System::String ^ pszCustomAttributeName, cli::array <System::Byte> ^ ppBlob, [Runtime::InteropServices::Out] System::UInt32 % pdwLen);
public int GetCustomAttributeByName(string pszCustomAttributeName, byte[] ppBlob, out uint pdwLen);
abstract member GetCustomAttributeByName : string * byte[] * uint32 -> int
Public Function GetCustomAttributeByName (pszCustomAttributeName As String, ppBlob As Byte(), ByRef pdwLen As UInteger) As Integer

Parameters

pszCustomAttributeName
String
ppBlob
Byte[]
pdwLen
UInt32

Returns

Applies to