共用方式為


SPElementDefinition.GetRootAttrIsFalse method

傳回指定之的根屬性值為布林值。

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

Syntax

'宣告
Protected Function GetRootAttrIsFalse ( _
    attrName As String _
) As Boolean
'用途
Dim attrName As String
Dim returnValue As Boolean

returnValue = Me.GetRootAttrIsFalse(attrName)
protected bool GetRootAttrIsFalse(
    string attrName
)

參數

傳回值

Type: System.Boolean
如果指定的屬性,則會傳回true屬性值等於false,並傳回false ,如果屬性值等於true。如果未指定屬性,則會傳回false。

請參閱

參照

SPElementDefinition class

SPElementDefinition members

Microsoft.SharePoint.Administration namespace