C#
Objective-C
C++/CLI
public byte[] FindAbstracts(
string uid
)
- (nullable NSArray<NSNumber *> *)findAbstractSyntaxes:(NSString *)uid;
public:
array<byte>^ FindAbstracts(
String^ uid
)
uid
The Abstract Syntax Name to find. For a list of possible values, refer to Abstract Syntax Values.
An array that contains the presentation contexts that contain the specified Abstract Syntax.