SafeArrayDefaultRankAttribute(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 SafeArrayDefaultRankAttribute class with a default rank.
public:
SafeArrayDefaultRankAttribute(int defaultRank);
public SafeArrayDefaultRankAttribute (int defaultRank);
new Microsoft.VisualStudio.Tools.Applications.Runtime.SafeArrayDefaultRankAttribute : int -> Microsoft.VisualStudio.Tools.Applications.Runtime.SafeArrayDefaultRankAttribute
Public Sub New (defaultRank As Integer)
Parameters
- defaultRank
- Int32
The default rank of the array.