MiscellaneousBitsAttribute(Int32) Constructor
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.
Initializes a new instance of the MiscellaneousBitsAttribute class using the specified bit mask.
public:
MiscellaneousBitsAttribute(int dwAttrs);
public:
MiscellaneousBitsAttribute(int miscellaneousBits);
public MiscellaneousBitsAttribute (int dwAttrs);
public MiscellaneousBitsAttribute (int miscellaneousBits);
new Microsoft.VisualC.MiscellaneousBitsAttribute : int -> Microsoft.VisualC.MiscellaneousBitsAttribute
new Microsoft.VisualC.MiscellaneousBitsAttribute : int -> Microsoft.VisualC.MiscellaneousBitsAttribute
Public Sub New (dwAttrs As Integer)
Public Sub New (miscellaneousBits As Integer)
Parameters
- dwAttrsmiscellaneousBits
- Int32
A bit mask containing information about a type.
Applies to
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.