IBasePropertyBag.ReadAt(Int32, String, String) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
public:
System::Object ^ ReadAt(int index, [Runtime::InteropServices::Out] System::String ^ % strName, [Runtime::InteropServices::Out] System::String ^ % strNamespace);
public object ReadAt (int index, out string strName, out string strNamespace);
abstract member ReadAt : int * string * string -> obj
Public Function ReadAt (index As Integer, ByRef strName As String, ByRef strNamespace As String) As Object
参数
- index
- Int32
- strName
- String
- strNamespace
- String