ContentDefinition.ContentPlaceHolderID 属性

定义

获取与当前内容关联的 ContentPlaceHolder 控件的 ID。

public:
 property System::String ^ ContentPlaceHolderID { System::String ^ get(); };
public string ContentPlaceHolderID { get; }
member this.ContentPlaceHolderID : string
Public ReadOnly Property ContentPlaceHolderID As String

属性值

与当前内容关联的 ContentPlaceHolder 的 ID。

适用于

另请参阅