This documentation is archived and is not being maintained.
SCOPEDATAITEM Structure
Visual Studio 2010
This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Specifies items to be inserted into the scope pane.
Assembly: AspNetMMCExt (in AspNetMMCExt.dll)
The SCOPEDATAITEM type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | Equals | Indicates whether this instance and a specified object are equal. (Inherited from ValueType.) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetHashCode | Returns the hash code for this instance. (Inherited from ValueType.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | ToString | Returns the fully qualified type name of this instance. (Inherited from ValueType.) |
| Name | Description | |
|---|---|---|
![]() | cChildren | Infrastructure. Specifies the number of enumerated items. |
![]() | displayname | Infrastructure. Sets an MMC_CALLBACK value or a pointer to a null-terminated string. |
![]() | ID | Infrastructure. Specifies a console-supplied unique identifier for this instance of the SCOPEDATAITEM structure. |
![]() | lParam | Infrastructure. Specifies a user-supplied 32-bit value to associate with this instance of the SCOPEDATAITEM structure. |
![]() | mask | Infrastructure. Specifies an array of flags indicating which members of this instance of the SCOPEDATAITEM structure contain valid data. |
![]() | nImage | Infrastructure. Specifies the virtual image index in the image list when this instance of the SCOPEDATAITEM structure is not selected. |
![]() | nOpenImage | Infrastructure. Specifies the virtual image index in the image list when this instance of the SCOPEDATAITEM structure is selected. |
![]() | nState | Infrastructure. Specifies the state mask for the item. |
![]() | relativeID | Infrastructure. A console-supplied unique item identifier for this instance of the SCOPEDATAITEM structure. |
For more information about programming with the SCOPEDATAITEM structure and the Microsoft Management Console (MMC), see the "MMC Programmer's Guide" in the MSDN Library.
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows XP SP2 x64 Edition, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Show:


