C# Class Microsoft.VisualStudio.R.Package.Interop.MapiFileDesc

Show file Open project: Microsoft/RTVS Class Usage Examples

Public Properties

Property Type Description
flags int
name string
path string
position int
reserved int

Property Details

flags public property

public int flags
return int

name public property

public string name
return string

path public property

public string path
return string

position public property

public int position
return int

reserved public property

public int reserved
return int