次の方法で共有


Views クラス (Microsoft.SharePoint.Portal.WebControls)

このクラスおよびそのメンバは内部使用のために予約されており、ユーザー コード内で使用することを意図したものではありません。

名前空間: Microsoft.SharePoint.Portal.WebControls
アセンブリ: Microsoft.SharePoint.Portal (microsoft.sharepoint.portal.dll 内)

構文

'宣言
<WebServiceBindingAttribute(Name:="ViewsSoap", Namespace:="https://schemas.microsoft.com/sharepoint/soap/")> _
<DesignerCategoryAttribute("code")> _
<DebuggerStepThroughAttribute> _
<SharePointPermissionAttribute(SecurityAction.Demand, ObjectModel:=True)> _
<SharePointPermissionAttribute(SecurityAction.InheritanceDemand, ObjectModel:=True)> _
Public Class Views
    Inherits SoapHttpClientProtocol
'使用
Dim instance As Views
[WebServiceBindingAttribute(Name="ViewsSoap", Namespace="https://schemas.microsoft.com/sharepoint/soap/")] 
[DesignerCategoryAttribute("code")] 
[DebuggerStepThroughAttribute] 
[SharePointPermissionAttribute(SecurityAction.Demand, ObjectModel=true)] 
[SharePointPermissionAttribute(SecurityAction.InheritanceDemand, ObjectModel=true)] 
public class Views : SoapHttpClientProtocol

継承階層

System.Object
   System.MarshalByRefObject
     System.ComponentModel.Component
       System.Web.Services.Protocols.WebClientProtocol
         System.Web.Services.Protocols.HttpWebClientProtocol
           System.Web.Services.Protocols.SoapHttpClientProtocol
            Microsoft.SharePoint.Portal.WebControls.Views

スレッドの安全性

この型のパブリックで静的な (Visual Basic では Shared) すべてのメンバは、スレッド セーフです。インスタンス メンバは、スレッド セーフであるとは保証されません。

関連項目

参照

Views メンバ
Microsoft.SharePoint.Portal.WebControls 名前空間