C# Class ManagedUiaCustomizationCore.PatternGuidAttribute

Inheritance: System.Attribute
Mostrar archivo Open project: TestStack/uia-custom-pattern-managed

Public Methods

Method Description
PatternGuidAttribute ( string patternGuid ) : System

Method Details

PatternGuidAttribute() public method

public PatternGuidAttribute ( string patternGuid ) : System
patternGuid string Pattern would be registered in UIA under this GUID. Do not confuse with GUID of the pattern's client interface, /// which is how COM would identify. Both should be applied to the client interface and should be different
return System