DesignerView.ViewId 属性

定义

获取与设计器视图关联的标识符。Gets the identifier associated with the designer view.

public:
 property int ViewId { int get(); };
public int ViewId { get; }
member this.ViewId : int
Public ReadOnly Property ViewId As Integer

属性值

Int32

一个整数,其中包含 DesignerView 的标识符。An integer that contains the identifier for the DesignerView.

注解

此属性唯一地标识与设计器关联的视图。This property uniquely identifies a view associated with the designer. 此属性必须包含唯一值。This property must contain a unique value.

适用于