API Reference
Class
AdmxProduct
Represents a product (and optional version node) from ADMX supportedOn products tree.
Inheritance
- Object
- AdmxProduct
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Returned or exposed by
- Property AdmxBundle.Products
- Property AdmxDocument.Products
- Property AdmxFile.Products
Accepted by parameters
- Constructor AdmxDocument.AdmxDocument
Constructors
public AdmxProduct(String name, String displayName, Nullable<Int32> versionIndex = null, String parentName = null) #Initializes a new instance of the AdmxProduct class.
Parameters
- name System.String
- Internal product name.
- displayName System.String
- Display name identifier (string table id).
- versionIndex System.Nullable{System.Int32} = null
- Optional version index for major/minor nodes.
- parentName System.String = null
- Optional parent product name when this represents a version node.
Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object