IVSWebReferenceDynamicProperties2.SetDynamicProperty(String, String) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
设置动态 Web 引用属性。
public:
void SetDynamicProperty(System::String ^ pszUrl, System::String ^ pszPropertyName);
public:
void SetDynamicProperty(Platform::String ^ pszUrl, Platform::String ^ pszPropertyName);
void SetDynamicProperty(std::wstring const & pszUrl, std::wstring const & pszPropertyName);
[System.Runtime.InteropServices.DispId(2)]
public void SetDynamicProperty (string pszUrl, string pszPropertyName);
[<System.Runtime.InteropServices.DispId(2)>]
abstract member SetDynamicProperty : string * string -> unit
Public Sub SetDynamicProperty (pszUrl As String, pszPropertyName As String)
参数
- pszUrl
- String
Web 引用 URL。
- pszPropertyName
- String
动态属性的名称。
- 属性