Miner.Interop Namespace > MMFeedPathClass Class : PathElements Property |
'Declaration
<System.Runtime.InteropServices.DispIdAttribute(1610678274)> Public Overridable Property PathElements As IMMPathElement()
'Usage
Dim instance As MMFeedPathClass Dim value() As IMMPathElement instance.PathElements = value value = instance.PathElements
[System.Runtime.InteropServices.DispId(1610678274)] public virtual IMMPathElement[] PathElements {get; set;}
public read-write property PathElements: array of IMMPathElement; virtual;
System.Runtime.InteropServices.DispIdAttribute(1610678274) public function get,set PathElements : IMMPathElement[]
[System.Runtime.InteropServices.DispId(1610678274)] public: __property virtual IMMPathElement*[]* get_PathElements(); public: __property virtual void set_PathElements( IMMPathElement*[]* value );
[System.Runtime.InteropServices.DispId(1610678274)] public: virtual property array<IMMPathElement^>^ PathElements { array<IMMPathElement^>^ get(); void set ( array<IMMPathElement^>^ value); }
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2