IDebugCustomAttributeQuery2.IsCustomAttributeDefined(String) 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 IsCustomAttributeDefined(System::String ^ pszCustomAttributeName);
public int IsCustomAttributeDefined (string pszCustomAttributeName);
abstract member IsCustomAttributeDefined : string -> int
Public Function IsCustomAttributeDefined (pszCustomAttributeName As String) As Integer
Parameters
- pszCustomAttributeName
- String