6 references to MQPROPVARIANTS
System.Messaging (6)
System\Messaging\Interop\MessagePropertyVariants.cs (3)
90private MQPROPVARIANTS[] vectorProperties; 301MQPROPVARIANTS[] newVectorProperties = new MQPROPVARIANTS[propertyCount];
System\Messaging\Interop\SafeNativeMethods.cs (1)
88public static extern int MQLocateNext(LocatorHandle enumHandle, ref int propertyCount, [Out] MQPROPVARIANTS[] variantArray);
System\Messaging\MessageQueueEnumerator.cs (2)
178MQPROPVARIANTS[] array = new MQPROPVARIANTS[2];