ClientActionSetStaticProperty 构造函数

初始化ClientActionSetStaticProperty类型 ID 的属性名称和值的引用与指定的上下文中的新实例。

命名空间:  Microsoft.SharePoint.Client
程序集:   Microsoft.SharePoint.Client.Silverlight.Runtime(位于 Microsoft.SharePoint.Client.Silverlight.Runtime.dll 中);  Microsoft.SharePoint.Client.Phone.Runtime(位于 Microsoft.SharePoint.Client.Phone.Runtime.dll 中)  Microsoft.SharePoint.Client.Runtime(位于 Microsoft.SharePoint.Client.Runtime.dll 中)

语法

声明
Public Sub New ( _
    context As ClientRuntimeContext, _
    typeId As String, _
    propName As String, _
    propValue As Object _
)
用法
Dim context As ClientRuntimeContext
Dim typeId As String
Dim propName As String
Dim propValue As Object

Dim instance As New ClientActionSetStaticProperty(context, _
    typeId, propName, propValue)
public ClientActionSetStaticProperty(
    ClientRuntimeContext context,
    string typeId,
    string propName,
    Object propValue
)

参数

另请参阅

引用

ClientActionSetStaticProperty 类

ClientActionSetStaticProperty 成员

Microsoft.SharePoint.Client 命名空间