Freigeben über


ClientRuntimeContext.StaticObjects-Eigenschaft

Dieses Mitglied ist der internen Verwendung vorbehalten und kann nicht direkt in Ihrem Code verwendet werden.

Namespace:  Microsoft.SharePoint.Client
Assemblys:   Microsoft.SharePoint.Client.Silverlight.Runtime (in Microsoft.SharePoint.Client.Silverlight.Runtime.dll);  Microsoft.SharePoint.Client.Phone.Runtime (in Microsoft.SharePoint.Client.Phone.Runtime.dll)  Microsoft.SharePoint.Client.Runtime (in Microsoft.SharePoint.Client.Runtime.dll)

Syntax

'Declaration
Public ReadOnly Property StaticObjects As Dictionary(Of String, Object)
    Get
'Usage
Dim instance As ClientRuntimeContext
Dim value As Dictionary(Of String, Object)

value = instance.StaticObjects
public Dictionary<string, Object> StaticObjects { get; }

Eigenschaftswert

Typ: System.Collections.Generic.Dictionary<String, Object>

Siehe auch

Referenz

ClientRuntimeContext Klasse

ClientRuntimeContext-Member

Microsoft.SharePoint.Client-Namespace