共用方式為


SPFieldMultiChoice.NodeChoices property

取得或設定定義選擇的 XML。

Namespace:  Microsoft.SharePoint
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'宣告
Protected Property NodeChoices As XmlNode
    Get
    Set
'用途
Dim value As XmlNode

value = Me.NodeChoices

Me.NodeChoices = value
protected XmlNode NodeChoices { get; set; }

Property value

Type: System.Xml.XmlNode
指定定義的選擇的 XML System.Xml.XmlNode物件。

備註

UpdateInternal方法會覆寫此值,所以,如果您覆寫此屬性set accessor,您必須也覆寫UpdateInternal方法。

請參閱

參照

SPFieldMultiChoice class

SPFieldMultiChoice members

Microsoft.SharePoint namespace