SPFieldLink.PrimaryPITarget 属性

获取或设置指定的内容类型,然后用来升级和降级文档属性的 XML 文档中的主处理指令的名称。

命名空间:  Microsoft.SharePoint
程序集:  Microsoft.SharePoint(位于 Microsoft.SharePoint.dll 中)

语法

声明
Public Property PrimaryPITarget As String
    Get
    Set
用法
Dim instance As SPFieldLink
Dim value As String

value = instance.PrimaryPITarget

instance.PrimaryPITarget = value
public string PrimaryPITarget { get; set; }

属性值

类型:System.String
一个字符串,包含处理指令名称。

备注

如果指定此属性的值时,您还必须指定PrimaryPIAttribute属性的值。

为与PITargetPIAttribute属性、 PrimaryPITarget和PrimaryPIAttribute属性工作统一行动,以确定中包含的文档属性的值的处理指令属性的位置。如果设置两个"原色"后,内置 XML 分析的文档属性首先中查找由PrimaryPITarget和PrimaryPIAttribute属性对指定的位置。如果没有在该位置的一个值,分析程序将使用它,并忽略PITarget和PIAttribute属性。如果第一个位置包含空引用(无 在 Visual Basic 中)值,则分析器回退到由PITarget和PIAttribute属性对指定辅助位置中。

如果您指定的PrimaryPITarget和PrimaryPIAttribute对的值,还必须指定的PITarget和PIAttribute对的值。

For more information, see Using Content Types to Specify XML Document Properties.

另请参阅

引用

SPFieldLink 类

SPFieldLink 成员

Microsoft.SharePoint 命名空间

PrimaryPIAttribute

其他资源

Using Content Types to Specify XML Document Properties

XMl Parser Processing

FieldRef Element (ContentType)

Fields and Field References