IContextAttribute 介面

定義

識別內容屬性 (Attribute)。

此 API 支援此產品基礎結構,但無法直接用於程式碼之中。

public interface class IContextAttribute
public interface IContextAttribute
[System.Runtime.InteropServices.ComVisible(true)]
public interface IContextAttribute
type IContextAttribute = interface
[<System.Runtime.InteropServices.ComVisible(true)>]
type IContextAttribute = interface
Public Interface IContextAttribute
衍生
屬性

備註

IContextAttribute類別會從所有內容屬性中公開。 這些屬性會提供位於內容中的屬性,並針對該內容中所建立的物件強制執行特定原則。 如需使用屬性的詳細資訊,請參閱 屬性

方法

GetPropertiesForNewContext(IConstructionCallMessage)

此 API 支援此產品基礎結構,但無法直接用於程式碼之中。

在指定的訊息中,將內容屬性傳回呼叫端。

IsContextOK(Context, IConstructionCallMessage)

此 API 支援此產品基礎結構,但無法直接用於程式碼之中。

傳回布林 (Boolean) 值,指出指定的內容是否符合內容屬性的需求。

適用於