IDebugCustomAttributeQuery.GetCustomAttributeByName Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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