PropertySet Constructor

Initializes a new instance of the PropertySet class.

Overload List

public PropertySet()

public PropertySet(IModelItemOwner)

public PropertySet(IModelItemOwner, string)

PropertySet.PropertySet Constructor

Initializes a new instance of the PropertySet class.

  public PropertySet();

PropertySet.PropertySet Constructor

Initializes a new instance of the PropertySet class.

  public PropertySet(
  IModelItemOwner  
  owner
);

Parameters

owner

Microsoft.MediaCenter.UI.IModelItemOwner.  The owner of the ModelItem.

PropertySet.PropertySet Constructor

Initializes a new instance of the PropertySet class.

  public PropertySet(
  IModelItemOwner  
  owner
  ,
  string  description
);

Parameters

owner

Microsoft.MediaCenter.UI.IModelItemOwner.  The owner of the ModelItem.

description

System.String.  The description of the object.

Requirements

Reference: Microsoft.MediaCenter.UI

Namespace: Microsoft.MediaCenter.UI

Assembly: Microsoft.MediaCenter.UI.dll

Platform: Windows Vista Ultimate, Windows Vista Home Premium, and later

See Also