SPServiceContext members
Include protected members
Include inherited members
表示內容物件封裝來呼叫服務應用程式所需的所有資訊。
The SPServiceContext type exposes the following members.
Properties
Name | Description | |
---|---|---|
Current | 取得目前正在執行的應用程式中的服務內容。 | |
SiteSubscriptionId | 取得這個服務內容中的站台訂閱識別項。 |
Top
Methods
Name | Description | |
---|---|---|
Equals(Object) | 判斷指定的物件是否等於目前的SPServiceContext。 (Overrides Object.Equals(Object).) | |
Equals(SPServiceContext) | 判斷指定的物件是否等於目前的SPServiceContext。 | |
Finalize | (Inherited from Object.) | |
GetContext(HttpContext) | 取得與指定的HttpContext物件相關聯的服務內容。 | |
GetContext(SPSite) | 取得指定的SPSite物件中的服務內容。 | |
GetContext(SPServiceApplicationProxyGroup, SPSiteSubscriptionIdentifier) | 擷取與指定的SPServiceApplicationProxyGroup執行個體和SPSiteSubscriptionIdentifier相關聯的服務內容。 | |
GetDefaultProxy | 傳回指定的型別預設服務應用程式 proxy。 | |
GetHashCode | 取得目前的SPServiceContext中的雜湊程式碼。 (Overrides Object.GetHashCode().) | |
GetProxies | 傳回可以用來逐一查看指定之型別的服務應用程式 proxy 的列舉值。 | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Object.) |
Top
Operators
Name | Description | |
---|---|---|
Equality | 判斷兩個指定的SPServiceContext物件是否具有相同的值。 | |
Inequality | 判斷兩個指定的SPServiceContext物件是否具有不同的值。 |
Top