(AppHostWebFeatures)
注:
SharePoint アドインはもともと "SharePoint 用アプリ" と呼ばれたため、文字列 app は要素、属性、およびファイル名の一部またはすべてとして表示されます。下位互換性を確保するために、スキーマは変更されていません。
型情報
| 名前 | 値 |
|---|---|
| Namespace | http://schemas.microsoft.com/sharepoint/ |
| スキーマ ファイル | apphostwebfeatures.xsd |
| 拡張ベース | なし |
定義
<xs:complexType name="CustomActionDefinition">
<xs:all>
<xs:element name="UrlAction" type="UrlActionDefinition" minOccurs="0" maxOccurs="1"></xs:element>
<xs:element name="CommandUIExtension" type="CommandUIExtensionType" minOccurs="0" maxOccurs="1"></xs:element>
</xs:all>
<xs:attribute name="Description" type="LocalizableString" />
<xs:attribute name="GroupId" type="xs:string" />
<xs:attribute name="Id" type="UniqueIdentifier" />
<xs:attribute name="ImageUrl" type="LocalizableString" />
<xs:attribute name="Location" type="CustomActionLocations" use="optional" />
<xs:attribute name="RegistrationType" type="CustomActionRegistrationType" />
<xs:attribute name="RegistrationId" type="xs:string" />
<xs:attribute name="RequireSiteAdministrator" type="TRUEFALSE" />
<xs:attribute name="Rights" type="xs:string" />
<xs:attribute name="Sequence" type="Sequence" />
<xs:attribute name="ShowInReadOnlyContentTypes" type="TRUEFALSE" />
<xs:attribute name="ShowInSealedContentTypes" type="TRUEFALSE" />
<xs:attribute name="Title" type="LocalizableString" />
<xs:attribute name="UIVersion" type="UIVersion" />
<xs:attribute name="HostWebDialog" type="TRUEFALSE" use="optional" />
<xs:attribute name="HostWebDialogHeight" type="xs:int" use="optional" />
<xs:attribute name="HostWebDialogWidth" type="xs:int" use="optional" />
</xs:complexType>
要素と属性
スキーマで sequence、minOccurs、maxOccurs、choice などの具体的な要件が定義されている場合は、定義のセクションを参照してください。
子要素
要素 |
型 |
説明 |
|---|---|---|
属性
属性 |
種類 |
必須 |
説明 |
使用可能な値 |
|---|---|---|---|---|
説明 |
LocalizableString |
省略可能 |
LocalizableString 型の値。 |
|
GroupId |
xs:string |
省略可能 |
xs:string 型の値。 |
|
HostWebDialog |
TRUEFALSE |
省略可能 |
TRUEFALSE 型の値。 |
|
HostWebDialogHeight |
xs:int |
省略可能 |
xs:int 型の値。 |
|
HostWebDialogWidth |
xs:int |
省略可能 |
xs:int 型の値。 |
|
ID |
Uniqueidentifier |
省略可能 |
UniqueIdentifier 型の値。 |
|
ImageUrl |
LocalizableString |
省略可能 |
LocalizableString 型の値。 |
|
場所 |
省略可能 |
CustomActionLocations 型の値。 |
||
RegistrationId |
xs:string |
省略可能 |
xs:string 型の値。 |
|
RegistrationType |
省略可能 |
CustomActionRegistrationType 型の値。 |
||
RequireSiteAdministrator |
TRUEFALSE |
省略可能 |
TRUEFALSE 型の値。 |
|
Rights |
xs:string |
省略可能 |
xs:string 型の値。 |
|
Sequence |
Sequence |
省略可能 |
Sequence 型の値。 |
|
ShowInReadOnlyContentTypes |
TRUEFALSE |
省略可能 |
TRUEFALSE 型の値。 |
|
ShowInSealedContentTypes |
TRUEFALSE |
省略可能 |
TRUEFALSE 型の値。 |
|
タイトル |
LocalizableString |
省略可能 |
LocalizableString 型の値。 |
|
UIVersion |
省略可能 |
UIVersion 型の値。 |